pgsql-server: Add code to identify_system_timezone() to try all zones in

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Add code to identify_system_timezone() to try all zones in
Date: 2004-05-25 18:08:59
Message-ID: 20040525180859.6C711D1B349@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
Add code to identify_system_timezone() to try all zones in the zic
database, not just ones that we cons up POSIX names for. This looks
grim but it seems to take less than a second even on a relatively slow
machine, and since it only happens once during postmaster startup, that
seems acceptable.

Modified Files:
--------------
pgsql-server/src/timezone:
pgtz.c (r1.14 -> r1.15)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/timezone/pgtz.c.diff?r1=1.14&r2=1.15)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-05-25 18:18:29 pgsql-server: Fix set_pglocale to properly pass my_exec_path to
Previous Message Bruce Momjian 2004-05-25 17:35:51 pgsql-server: Add exec.c to ecpg library because path.c now uses it.

Browse pgsql-hackers by date

  From Date Subject
Next Message Ismail Kizir 2004-05-25 18:20:21 Re: Optimizer bug??
Previous Message Gaetano Mendola 2004-05-25 18:04:51 Re: Optimizer bug??