postgresql/src
Peter Eisentraut e5475a80d2 Add "Reason code" prefix to internal SSI error messages
This makes it clearer that the error message is perhaps not supposed
to be understood by users, and it also makes it somewhat clearer that
it was not accidentally omitted from translation.

Idea from Heikki Linnakangas, except that we don't mark "Reason code"
for translation at this point, because that would make the
implementation too cumbersome.
2011-08-15 15:20:16 +03:00
..
backend Add "Reason code" prefix to internal SSI error messages 2011-08-15 15:20:16 +03:00
bin Display both per-table and per-column FDW options in psql's \d output. 2011-08-11 11:45:47 -04:00
include Make USECS_PER_* timestamp macros visible even when we are not using 2011-08-12 21:32:19 -04:00
interfaces Tweak PQresStatus() to avoid a clang compiler warning. 2011-08-05 12:06:29 -04:00
makefiles Add some environment checks prior to sepgsql regression testing. 2011-07-25 10:51:02 -04:00
pl Restore the primacy of postgres.h in plpython.c. 2011-08-04 13:05:32 -04:00
port Make pgbench use erand48() rather than random(). 2011-08-03 16:26:40 -04:00
template
test Display both per-table and per-column FDW options in psql's \d output. 2011-08-11 11:45:47 -04:00
timezone Replace printf format %i by %d 2011-07-26 22:54:29 +03:00
tools Blind attempt at fixing isolation_tester on Win32 2011-07-13 01:10:26 -04:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00
Makefile.shlib
nls-global.mk Add the possibility to pass --flag arguments to xgettext calls 2011-06-27 00:37:21 +03:00
win32.mak