|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $PostgreSQL: pgsql/src/backend/utils/init/postinit.c,v 1.189 2009/04/0809:50:48 heikki Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/utils/init/postinit.c,v 1.190 2009/04/0813:08:09 heikki Exp $ |
12 | 12 | * |
13 | 13 | * |
14 | 14 | *------------------------------------------------------------------------- |
@@ -266,7 +266,9 @@ CheckMyDatabase(const char *name, bool am_superuser) |
266 | 266 | SetConfigOption("lc_ctype",ctype,PGC_INTERNAL,PGC_S_OVERRIDE); |
267 | 267 |
|
268 | 268 | /* Use the right encoding in translated messages */ |
| 269 | +#ifdefENABLE_NLS |
269 | 270 | pg_bind_textdomain_codeset(textdomain(NULL)); |
| 271 | +#endif |
270 | 272 |
|
271 | 273 | /* |
272 | 274 | * Lastly, set up any database-specific configuration variables. |
|