pgsql-server: Rewrite identify_system_timezone() to give it

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Rewrite identify_system_timezone() to give it
Date: 2004-05-24 02:30:31
Message-ID: 20040524023031.7D626D1B17B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Rewrite identify_system_timezone() to give it better-than-chance odds
of correctly identifying the system's daylight-savings transition rules.
This still begs the question of how to look through the zic database to
find a matching zone definition, but at least now we'll have some chance
of recognizing the match when we find it.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-05-24 02:47:49 pgsql-server: This patch fixes the find_my_exec code for pgstat
Previous Message Bruce Momjian 2004-05-24 01:01:39 pgsql-server: Remove a few $filter() calls that were not needed.