alvherre(at)postgresql(dot)org (Alvaro Herrera) writes:
> pg_bind_textdomain_codeset must exist only on ENABLE_NLS.
I think the previous coding, where it was defined but empty without
ENABLE_NLS, was better. As-is, you've introduced an unnecessary reason
for NLS-compiled loadable modules to fail to work with non-NLS core
backends.
regards, tom lane
In response to
Responses
pgsql-committers by date
| Next: | From: Alvaro Herrera | Date: 2009-03-09 00:01:32 |
| Subject: pgsql: Revert pg_bind_textdomain_codeset to a existant-but-empty |
| Previous: | From: Magnus Hagander | Date: 2009-03-08 19:14:44 |
| Subject: Re: Re: [COMMITTERS] pgsql: Avoid MSVC breakage caused
by my previous commit by not using a |