Log Message:
---
Enhancement:
Added code to automatically create the logging directory, if it is missing. As
exception being thrown is not easily understood.
Modified Files:
--
bizgres/KETL/src/com/kni/etl/dbutils:
ResourcePool.java (r1.8 -> r1.9)
(http://
Log Message:
---
Don't call PQclear until the struct is really no longer going to be used.
Per Coverity bug #304. Thanks to Martijn van Oosterhout for reporting it.
Zero out the pointer fields of PGresult so that these mistakes are more
easily catched, per discussion.
Modified Files:
---
Log Message:
---
Fix up pg_dump to do string escaping fully correctly for client encoding
and standard_conforming_strings; likewise for the other client programs
that need it. As per previous discussion, a pg_dump dump now conforms
to the standard_conforming_strings setting of the source d
Log Message:
---
enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h,
wasn't exported by exports.txt. Ooops. Per buildfarm results.
Modified Files:
--
pgsql/src/interfaces/libpq:
exports.txt (r1.10 -> r1.11)
(http://developer.postgresq
Log Message:
---
Initialize the control attribute properly.
Add to testInterface to validate that we've walked that path.
Modified Files:
--
ctl/src:
cluster.py (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ctl/src/cluster.py.diff?r1=1