Re: [HACKERS] Fix for NLS in pgport

2004-11-28 Thread Peter Eisentraut
Bruce Momjian wrote: > I saw Peter's commit to allow NLS lookups from libpgport functions. > Here is the change to pg_ctl/nls.mk: > > < GETTEXT_FILES := pg_ctl.c > > > GETTEXT_FILES := pg_ctl.c ../../port/exec.c > > Peter, do you have to know the C file used by pg_ctl to make these > adjustments?

[HACKERS] Fix for NLS in pgport

2004-11-27 Thread Bruce Momjian
I saw Peter's commit to allow NLS lookups from libpgport functions. Here is the change to pg_ctl/nls.mk: < GETTEXT_FILES := pg_ctl.c > GETTEXT_FILES := pg_ctl.c ../../port/exec.c Peter, do you have to know the C file used by pg_ctl to make these adjustments? Thi