Tom Lane wrote: > [email protected] (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.
Uh-huh, interesting. Fixed (I hope). -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
