pgsql: Arrange to install a "posixrules" entry in our timezone database, - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Arrange to install a "posixrules" entry in our timezone database,
Date
Msg-id 20070314173815.4C2F09FB779@postgresql.org
Whole thread Raw
List 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_2_STABLE

Modified Files:
--------------
    pgsql/doc/src/sgml:
        datatype.sgml (r1.181.2.1 -> r1.181.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml.diff?r1=1.181.2.1&r2=1.181.2.2)
    pgsql/src/timezone:
        Makefile (r1.24 -> r1.24.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/Makefile.diff?r1=1.24&r2=1.24.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Arrange to install a "posixrules" entry in our timezone database,
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Arrange to install a "posixrules" entry in our timezone database,