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?
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