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

From [email protected] (Tom Lane)
Subject pgsql: Code for SET/SHOW TIME ZONE with a fixed-interval timezone was
Date
Msg-id [email protected]
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: [email protected] (Tom Lane)
Date:
Subject: pgsql: Code for SET/SHOW TIME ZONE with a fixed-interval timezone was
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Here's a patch to do the following: 1.