Improve translatability of error messages for external modules by tweaking
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 9 Oct 2008 17:24:05 +0000 (17:24 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 9 Oct 2008 17:24:05 +0000 (17:24 +0000)
commit6016d649968b96b3ee9b0d586da83a3120ec023f
tree09a22a6b346ccc26bf307a88e4dd33e311ba8c46
parent8d2c35e1d0b82d63835151db74ea30e997989f43
Improve translatability of error messages for external modules by tweaking
the ereport macro.  Included in this commit are enough files for starting
plpgsql, plpython, plperl and pltcl translations.
13 files changed:
src/backend/utils/error/elog.c
src/backend/utils/init/miscinit.c
src/include/miscadmin.h
src/include/utils/elog.h
src/pl/plperl/nls.mk [new file with mode: 0644]
src/pl/plperl/plperl.c
src/pl/plpgsql/src/nls.mk [new file with mode: 0644]
src/pl/plpgsql/src/pl_handler.c
src/pl/plpgsql/src/plpgsql.h
src/pl/plpython/nls.mk [new file with mode: 0644]
src/pl/plpython/plpython.c
src/pl/tcl/nls.mk [new file with mode: 0644]
src/pl/tcl/pltcl.c