[GENERAL] Undefined Reference

2017-09-04 Thread Stefan Wagner
I'm apologizing in advance for the double post. Since my first one wasn't composed very thoughtfull and hasn't gotten any responses.   Im new to postgresql and trying to create a new Clause in the source code. Thanks to some advice in this Mailing List I've been able to start coding.   I'm usin

[GENERAL] ERROR: Undefined Reference to

2017-08-31 Thread Stefan Wagner
It seems im missing some References but I don't know where to add them. Here is my Error Code while using $source/configure --host=x86_64-w64-mingw32 --prefix=$dist && make && make install:   x86_64-w64-mingw32-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -W

[GENERAL] Adding a new Clause in the Source Code

2017-08-14 Thread Stefan Wagner
Recently I started to take a look at Postgresql on the Source Level. I wanted to extend the Parser by a simple Clause which isn't as easy as I expected. Hence I'm here asking for help. This might seem trivial for a Person which is able to answer this Question but please take a moment of your time