pgsql-server: Still another try at automatically detecting the best

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Still another try at automatically detecting the best
Date: 2004-07-22 05:28:33
Message-ID: 20040722052833.E5CE4D1B25F@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Still another try at automatically detecting the best match in the zic
timezone database for the system behavior we find ourselves in. Scan
backwards from current time and choose the zone that matches furthest
back. As per discussion a week or so back.

Modified Files:
--------------
pgsql-server/src/timezone:
pgtz.c (r1.18 -> r1.19)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/timezone/pgtz.c.diff?r1=1.18&r2=1.19)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-07-22 11:49:19 pgsql-server: Done: > * -Have psql show more information about
Previous Message Tom Lane 2004-07-22 01:44:37 pgsql-server: Avoid default: followed by no statement, per Dann Corbit.