Work around lack of NLS support in libpgport by making those components
Peter Eisentraut <peter_e@gmx.net>
Work around lack of NLS support in libpgport by making those components who use it scan the relevant source files for their own catalog. It creates a bit of duplicate work for translators, but it gets the job done for now.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/nls.mk | modified | +2 −2 |
| src/bin/initdb/nls.mk | modified | +2 −2 |
| src/bin/pg_config/nls.mk | modified | +2 −2 |
| src/bin/pg_ctl/nls.mk | modified | +2 −2 |
| src/bin/pg_dump/nls.mk | modified | +3 −2 |
| src/bin/psql/nls.mk | modified | +3 −2 |
| src/port/dirmod.c | modified | +4 −6 |
| src/port/exec.c | modified | +10 −12 |