[COMMITTERS] pgsql: A bunch of GSSAPI fixes per comments from Tom: * use elog not

2007-07-11 Thread Magnus Hagander
Log Message: --- A bunch of GSSAPI fixes per comments from Tom: * use elog not ereport for debug * fix debug levels for some output * properly check for memory allocation errors in a couple of missed places Modified Files: -- pgsql/src/backend/libpq: auth.c (r1.149

Re: [COMMITTERS] pgsql: Add support for GSSAPI authentication.

2007-07-11 Thread Magnus Hagander
On Tue, Jul 10, 2007 at 02:26:26PM -0400, Tom Lane wrote: > Magnus Hagander <[EMAIL PROTECTED]> writes: > > Anyway. I can live with having it as a DEBUG message, and will change it > > to that. What level of debug do you think is reasonable? > > I'd go with DEBUG2 or so for messages that might be

[COMMITTERS] pgunittest - pgUnitTest:

2007-07-11 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest/src/org/pgfoundry/pgunittest/unittest: DictionaryGeneratorTest.java (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/unittest/DictionaryGeneratorTe

[COMMITTERS] pgunittest - pgUnitTest:

2007-07-11 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest/usr/design: design.pdf (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/usr/design/design.pdf.diff?r1=1.2&r2=1.3) design.odt (r1.1 -> r1.2) (http://cvs.pgfound

[COMMITTERS] pgsql: Suppress a warning that some versions of gcc emit about %x in

2007-07-11 Thread Tom Lane
Log Message: --- Suppress a warning that some versions of gcc emit about %x in strftime. Per suggestion from Alvaro. Modified Files: -- pgsql/src/bin/initdb: initdb.c (r1.137 -> r1.138) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb