Gettext plural support
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/dependency.c | modified | +9 −4 |
| src/backend/catalog/pg_proc.c | modified | +4 −2 |
| src/backend/catalog/pg_shdepend.c | modified | +12 −6 |
| src/backend/executor/execQual.c | modified | +10 −4 |
| src/backend/parser/parse_func.c | modified | +16 −6 |
| src/backend/postmaster/bgwriter.c | modified | +4 −2 |
| src/bin/pg_dump/pg_backup_archiver.c | modified | +11 −4 |
| src/bin/pg_dump/pg_backup_tar.c | modified | +7 −3 |
| src/bin/pg_dump/pg_dump.c | modified | +16 −6 |
| src/bin/psql/describe.c | modified | +2 −4 |
| src/bin/psql/print.c | modified | +2 −5 |
| src/include/c.h | modified | +3 −1 |
| src/interfaces/ecpg/preproc/variable.c | modified | +4 −2 |
| src/pl/plpgsql/src/pl_exec.c | modified | +3 −2 |
| src/pl/plpython/plpython.c | modified | +2 −2 |