Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256d463 commit f9df1b2Copy full SHA for f9df1b2
src/timezone/pgtz.c
@@ -6,7 +6,7 @@
6
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
7
*
8
* IDENTIFICATION
9
- * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.11 2004/05/21 12:30:25 momjian Exp $
+ * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.12 2004/05/23 22:24:08 tgl Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -303,7 +303,7 @@ void
303
pg_timezone_initialize(void)
304
{
305
/* Do we need to try to figure the timezone? */
306
- if (strcmp(GetConfigOption("timezone"), "UNKNOWN") == 0)
+ if (pg_strcasecmp(GetConfigOption("timezone"), "UNKNOWN") == 0)
307
308
const char *def_tz;
309
0 commit comments