pgsql: Sync timezone code with tzcode 2010c from the Olson group. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Sync timezone code with tzcode 2010c from the Olson group.
Date
Msg-id 20100311184324.6C23E7541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Sync timezone code with tzcode 2010c from the Olson group.  This fixes some
corner cases that come up in certain timezones (apparently, only those with
lots and lots of distinct TZ transition rules, as far as I can gather from
a quick scan of their archives).  Per suggestion from Jeevan Chalke.

Back-patch to 8.4.  Possibly we need to push this into earlier releases
as well, but I'm hesitant to update them to the 64-bit tzcode without
more thought and testing.

Modified Files:
--------------
    pgsql/src/timezone:
        README (r1.7 -> r1.8)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/README?r1=1.7&r2=1.8)
        localtime.c (r1.21 -> r1.22)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/localtime.c?r1=1.21&r2=1.22)
        strftime.c (r1.14 -> r1.15)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/strftime.c?r1=1.14&r2=1.15)
        zic.c (r1.24 -> r1.25)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/zic.c?r1=1.24&r2=1.25)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Sync timezone code with tzcode 2010c from the Olson group.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Modify psql's \d printout to fold exclusion constraints in with