The following bug has been logged online:
Bug reference: 4496
Logged by:
Email address: [EMAIL PROTECTED]
PostgreSQL version: Latest cvs
Operating system: Error in source code
Description:Memory leak in pg_dump.c?
Details:
In file src/bin/pg_dump/pg_dump.c:3741
It
The following bug has been logged online:
Bug reference: 4495
Logged by:
Email address: [EMAIL PROTECTED]
PostgreSQL version: Latest cvs
Operating system: Error in source code
Description:Memory leak in procarray.c
Details:
In file src/backend/storage/ipc/procarray
The following bug has been logged online:
Bug reference: 4494
Logged by:
Email address: [EMAIL PROTECTED]
PostgreSQL version: Latest cvs
Operating system: Error in source code
Description:Memory leak in pg_regress.c
Details:
In file src/test/regress/pg_regress.c:11
The following bug has been logged online:
Bug reference: 4493
Logged by:
Email address: [EMAIL PROTECTED]
PostgreSQL version: Latest cvs
Operating system: Error in source code
Description:Memory leak in informix.c
Details:
In file src/interfaces/ecpg/compatlib/info
Hmm, It does not look good. Your OS does not return proper information about
codeset. Following code is broken:
setlocale(LC_CTYPE, ctype);
sys = nl_langinfo(CODESET);
sys = strdup(sys);
See
http://www.opengroup.org/onlinepubs/009695399/functions/nl_langinfo.html
It see