pgsql: Code for SET/SHOW TIME ZONE with a fixed-interval timezone was - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Code for SET/SHOW TIME ZONE with a fixed-interval timezone was
Date
Msg-id 20050605014906.BB16952865@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Code for SET/SHOW TIME ZONE with a fixed-interval timezone was not
prepared for HAVE_INT64_TIMESTAMP.  Per report from Guillaume Beaudoin.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        variable.c (r1.71.2.2 -> r1.71.2.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/variable.c.diff?r1=1.71.2.2&r2=1.71.2.3)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Code for SET/SHOW TIME ZONE with a fixed-interval timezone was
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Here's a patch to do the following: 1.