Gettext plural support
commite51c2cd7eca5ca73d963370dee0eafbe3cb8a7c7
authorpetere <petere>
Thu, 26 Mar 2009 22:26:08 +0000 (26 22:26 +0000)
committerpetere <petere>
Thu, 26 Mar 2009 22:26:08 +0000 (26 22:26 +0000)
treea4875e5845a87bc5c441e683bec408e653d0125c
parent9804f82577239db72c47c9afc1f4fc00bcc81078
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