postgresql/src
Tom Lane 3e86678ffe Install a more robust solution for the problem of infinite error-processing
recursion when we are unable to convert a localized error message to the
client's encoding.  We've been over this ground before, but as reported by
Ibrar Ahmed, it still didn't work in the case of conversion failures for
the conversion-failure message itself :-(.  Fix by installing a "circuit
breaker" that disables attempts to localize this message once we get into
recursion trouble.

Patch all supported branches, because it is in fact broken in all of them;
though I had to add some missing translations to the older branches in
order to expose the failure in the particular test case I was using.
2008-10-27 19:37:36 +00:00
..
backend Install a more robust solution for the problem of infinite error-processing 2008-10-27 19:37:36 +00:00
bin Recent patches to pg_ctl broke "pg_ctl restart" for the case where no 2008-09-30 13:14:15 +00:00
include Install a more robust solution for the problem of infinite error-processing 2008-10-27 19:37:36 +00:00
interfaces Optional arguments should be optional. 2008-10-10 12:19:47 +00:00
makefiles
pl Fix overly tense optimization of PLpgSQL_func_hashkey: we must represent 2008-10-09 16:35:19 +00:00
port tag for 8.2.10 2008-09-19 03:12:08 +00:00
template
test Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in 2008-07-10 01:17:44 +00:00
timezone Update time zone data files to tzdata release 2008f (DST law changes in 2008-09-17 14:18:55 +00:00
tools Create a script to handle stamping release version numbers into files, 2008-06-10 18:09:01 +00:00
tutorial
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak