Gettext plural support
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 26 Mar 2009 22:26:08 +0000 (22:26 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 26 Mar 2009 22:26:08 +0000 (22:26 +0000)
commitaa8d752561335d3d71b74b85c6c001079f970e4c
tree82e8ac2ffae1a46d463e9db5aef88e00e29c9091
parentae1cd99255b0a98927f375a5d91ad5632d2c9206
Gettext plural support

In the backend, I changed only a handful of exemplary or important-looking
instances to make use of the plural support; there is probably more work
there.  For the rest of the source, this should cover all relevant cases.
15 files changed:
src/backend/catalog/dependency.c
src/backend/catalog/pg_proc.c
src/backend/catalog/pg_shdepend.c
src/backend/executor/execQual.c
src/backend/parser/parse_func.c
src/backend/postmaster/bgwriter.c
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_tar.c
src/bin/pg_dump/pg_dump.c
src/bin/psql/describe.c
src/bin/psql/print.c
src/include/c.h
src/interfaces/ecpg/preproc/variable.c
src/pl/plpgsql/src/pl_exec.c
src/pl/plpython/plpython.c