pgsql-server: Rewrite identify_system_timezone() to give it - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Rewrite identify_system_timezone() to give it
Date
Msg-id 20040524023031.7D626D1B17B@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: Remove a few $filter() calls that were not needed.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: This patch fixes the find_my_exec code for pgstat