[COMMITTERS] pgsql: Fix bogus handling of control characters in json_lex_string().

2012-06-04 Thread Tom Lane
Fix bogus handling of control characters in json_lex_string(). The original coding misbehaved if "char" is signed, and also made the extremely poor decision to print control characters literally when trying to complain about them. Report and patch by Shigeru Hanada. In passing, also fix core dum

[COMMITTERS] pgsql: Fix some more bugs in contrib/xml2's xslt_process().

2012-06-04 Thread Tom Lane
Fix some more bugs in contrib/xml2's xslt_process(). It failed to check for error return from xsltApplyStylesheet(), as reported by Peter Gagarinov. (So far as I can tell, libxslt provides no convenient way to get a useful error message in failure cases. There might be some inconvenient way, but

[COMMITTERS] pgsql: Fix some more bugs in contrib/xml2's xslt_process().

2012-06-04 Thread Tom Lane
Fix some more bugs in contrib/xml2's xslt_process(). It failed to check for error return from xsltApplyStylesheet(), as reported by Peter Gagarinov. (So far as I can tell, libxslt provides no convenient way to get a useful error message in failure cases. There might be some inconvenient way, but

[COMMITTERS] pgsql: Fix some more bugs in contrib/xml2's xslt_process().

2012-06-04 Thread Tom Lane
Fix some more bugs in contrib/xml2's xslt_process(). It failed to check for error return from xsltApplyStylesheet(), as reported by Peter Gagarinov. (So far as I can tell, libxslt provides no convenient way to get a useful error message in failure cases. There might be some inconvenient way, but

[COMMITTERS] pgsql: Fix some more bugs in contrib/xml2's xslt_process().

2012-06-04 Thread Tom Lane
Fix some more bugs in contrib/xml2's xslt_process(). It failed to check for error return from xsltApplyStylesheet(), as reported by Peter Gagarinov. (So far as I can tell, libxslt provides no convenient way to get a useful error message in failure cases. There might be some inconvenient way, but

[COMMITTERS] pgsql: Fix some more bugs in contrib/xml2's xslt_process().

2012-06-04 Thread Tom Lane
Fix some more bugs in contrib/xml2's xslt_process(). It failed to check for error return from xsltApplyStylesheet(), as reported by Peter Gagarinov. (So far as I can tell, libxslt provides no convenient way to get a useful error message in failure cases. There might be some inconvenient way, but

[COMMITTERS] pgtcl - libpgtcl: Change dbinfo option "pass" to "password".

2012-06-04 Thread User Karl
Log Message: --- Change dbinfo option "pass" to "password". Fix crash in pg_listen. Modified Files: -- libpgtcl/generic: pgtclCmds.c (r1.84 -> r1.85) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds.c?r1=1.84&r2=1.85) -- Sent