diff options
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index b708328926a..072d50c3951 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -3537,10 +3537,6 @@ PostgresMain(int argc, char *argv[], const char *username) { if (!SelectConfigFiles(userDoption, progname)) proc_exit(1); - /* If timezone is not set, determine what the OS uses */ - pg_timezone_initialize(); - /* If timezone_abbreviations is not set, select default */ - pg_timezone_abbrev_initialize(); } /* |