postgresql/src
Tom Lane fd9e2accef When we are in error recursion trouble, arrange to suppress translation and
encoding conversion of any elog/ereport message being sent to the frontend.
This generalizes a patch that I put in last October, which suppressed
translation of only specific messages known to be associated with recursive
can't-translate-the-message behavior.  As shown in bug #4680, we need a more
general answer in order to have some hope of coping with broken encoding
conversion setups.  This approach seems a good deal less klugy anyway.

Patch in all supported branches.
2009-03-02 21:18:43 +00:00
..
backend When we are in error recursion trouble, arrange to suppress translation and 2009-03-02 21:18:43 +00:00
bin Add the long options to the psql --help display, where they were curiously 2009-02-27 09:58:09 +00:00
include When we are in error recursion trouble, arrange to suppress translation and 2009-03-02 21:18:43 +00:00
interfaces Sort the output of --help mostly alphabetical, make it align better, make 2009-02-25 13:03:07 +00:00
makefiles Allow out-of-tree builds on mingw and cygwin 2009-01-05 09:27:20 +00:00
pl Add quotes to message 2009-02-23 10:03:22 +00:00
port Loop calling CallNamedPipe() several times in case it fails, 2009-02-15 13:58:18 +00:00
template Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running 2009-02-11 20:02:40 +00:00
test Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay 2009-02-28 00:10:52 +00:00
timezone Update time zone data files to tzdata release 2009a: introduces Asia/Kathmandu 2009-01-29 19:59:59 +00:00
tools Remove references to foreign data wrapper libraries, since they have 2009-02-25 17:42:19 +00:00
tutorial Update copyright for 2009. 2009-01-01 17:24:05 +00:00
bcc32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
DEVELOPERS Testing commit stuff 2006-07-10 15:50:02 +00:00
Makefile Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
Makefile.global.in Add an implicit rule %.c -> %.i for running the C preprocessor. 2009-02-19 10:32:30 +00:00
Makefile.shlib Allow out-of-tree builds on mingw and cygwin 2009-01-05 09:27:20 +00:00
nls-global.mk Do not msgmerge against /dev/null; merge against the pot file itself 2009-01-20 09:58:50 +00:00
win32.mak Update supported standalone VC++ version to 7.1+ only, and fix 2007-08-03 10:47:11 +00:00