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
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
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
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
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