From e43fd89762a5a894ea04f4fe74e05f95a1488664 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 9 Mar 2009 00:01:32 +0000 Subject: Revert pg_bind_textdomain_codeset to a existant-but-empty function when ENABLE_NLS is not defined, for better compatibility of the backend with modules compiled the other way. Per note from Tom after my previous commit. --- src/include/mb/pg_wchar.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/include/mb') diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h index 37089e2cb0..3f93d7bc12 100644 --- a/src/include/mb/pg_wchar.h +++ b/src/include/mb/pg_wchar.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.86 2009/03/08 18:10:17 alvherre Exp $ + * $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.87 2009/03/09 00:01:32 alvherre Exp $ * * NOTES * This is used both by the backend and by libpq, but should not be @@ -392,9 +392,7 @@ extern const char *pg_get_client_encoding_name(void); extern void SetDatabaseEncoding(int encoding); extern int GetDatabaseEncoding(void); extern const char *GetDatabaseEncodingName(void); -#ifdef ENABLE_NLS extern void pg_bind_textdomain_codeset(const char *domainname, int encoding); -#endif extern int pg_valid_client_encoding(const char *name); extern int pg_valid_server_encoding(const char *name); -- cgit v1.2.1