Elias Athanasopoulos <elathan(at)phys(dot)uoa(dot)gr> writes:
>> Just update my CVS tree and got the following errors:
>>
>> make[4]: Entering directory `/home/anteater/psql/pgsql/src/backend/optimizer/util'
>> gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -c -o clauses.o clauses.c
>> clauses.c:2322:1: directives may not be used inside a macro argument
>> clauses.c:2322:1: unterminated argument list invoking macro "IsA"
>> make[4]: *** [clauses.o] Error 1
I don't see that here ... did you do a clean rebuild ("make clean" or
preferably "make distclean" at top level)?
regards, tom lane