Re: [HACKERS] buildfarm failure in XML code

2007-02-16 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> Not here: > Fixed. Looks good, thanks. regards, tom lane ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project by donating at

Re: [HACKERS] buildfarm failure in XML code

2007-02-16 Thread Peter Eisentraut
Tom Lane wrote: > Not here: Fixed. > And this is in a build WITHOUT xml enabled --- why is this code being > compiled at all? The enablement pertains to libxml, which this code doesn't use. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadca

Re: [HACKERS] buildfarm failure in XML code

2007-02-16 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Am Freitag, 16. Februar 2007 16:09 schrieb Tom Lane: >> This "fix" doesn't fix anything. > Sure, it fixes the compilation failures. Not here: gcc -O1 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -fno-strict-aliasing -g -I../../../../src/incl

Re: [HACKERS] buildfarm failure in XML code

2007-02-16 Thread Peter Eisentraut
Am Freitag, 16. Februar 2007 16:09 schrieb Tom Lane: > This "fix" doesn't fix anything. Sure, it fixes the compilation failures. > We have always in the past managed to > avoid assuming that int64 actually is available; I don't intend to give > the xml code a free pass to break that, I don't in

Re: [HACKERS] buildfarm failure in XML code

2007-02-16 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Am Freitag, 16. Februar 2007 14:59 schrieb Alvaro Herrera: >> UX:acomp: ERROR: "xml.c", line 2188: undefined symbol: INT64_MAX >> UX:acomp: ERROR: "xml.c", line 2188: undefined symbol: INT64_MIN >> >> http://buildfarm.postgresql.org/cgi-bin/show_log.p

Re: [HACKERS] buildfarm failure in XML code

2007-02-16 Thread Peter Eisentraut
Am Freitag, 16. Februar 2007 14:59 schrieb Alvaro Herrera: > UX:acomp: ERROR: "xml.c", line 2188: undefined symbol: INT64_MAX > UX:acomp: ERROR: "xml.c", line 2188: undefined symbol: INT64_MIN > > http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=warthog&dt=2007-02-1 >6%2009:06:01 It needs a

[HACKERS] buildfarm failure in XML code

2007-02-16 Thread Alvaro Herrera
UX:acomp: ERROR: "xml.c", line 2188: undefined symbol: INT64_MAX UX:acomp: ERROR: "xml.c", line 2188: undefined symbol: INT64_MIN http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=warthog&dt=2007-02-16%2009:06:01 -- Alvaro Herrerahttp://www.CommandPrompt.com