pgsql: Arrange to install a "posixrules" entry in our timezone database,

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Arrange to install a "posixrules" entry in our timezone database,
Date: 2007-03-14 17:38:29
Message-ID: 20070314173829.7A6639FB7C4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Arrange to install a "posixrules" entry in our timezone database, so that
POSIX-style timezone specs that don't exactly match any database entry will
be treated as having correct USA DST rules. Also, document that this can
be changed if you want to use some other DST rules with a POSIX zone spec.

We could consider changing localtime.c's TZDEFRULESTRING, but since that
facility can only deal with one DST transition rule, it seems fairly useless
now; might as well just plan to override it using a "posixrules" entry.

Backpatch as far as 8.0. There isn't much we can do in 7.x ... either your
libc gets it right, or it doesn't.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/doc/src/sgml:
datetime.sgml (r2.45 -> r2.45.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datetime.sgml.diff?r1=2.45&r2=2.45.4.1)
pgsql/src/timezone:
Makefile (r1.17 -> r1.17.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/Makefile.diff?r1=1.17&r2=1.17.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-03-14 18:48:56 pgsql: Fix a longstanding bug in VACUUM FULL's handling of update
Previous Message Tom Lane 2007-03-14 17:38:22 pgsql: Arrange to install a "posixrules" entry in our timezone database,