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

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 thi