Re: [HACKERS] Bogosity in contrib/xml2/Makefile

2008-05-08 Thread Bruce Momjian
Tom, did we come to any conclusion on this? --- Tom Lane wrote: Whilst fooling with bug #4058 I noticed that xml2's .c files were being compiled without -g or any of the various warning flags we normally use. I saw this:

Re: [HACKERS] Bogosity in contrib/xml2/Makefile

2008-05-08 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: Tom, did we come to any conclusion on this? No, nobody suggested anything :-( As I said, I think we can just drop the assignment to CFLAGS in HEAD and 8.3, relying on configure to get it right. After looking at the pgxs documentation, I think that the

[HACKERS] Bogosity in contrib/xml2/Makefile

2008-03-25 Thread Tom Lane
Whilst fooling with bug #4058 I noticed that xml2's .c files were being compiled without -g or any of the various warning flags we normally use. I saw this: gcc -I/usr/include/libxml2 -fpic -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xpath.o xpath.c when I expected