Work around lack of NLS support in libpgport by making those components

Peter Eisentraut <peter_e@gmx.net>

Commit: 99b735cc03e51c330c623810af476c1647308b49
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2004-11-27T22:44:15Z
Releases: 8.0.0
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

PathChange+/−
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