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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code for SET/SHOW TIME ZONE with a fixed-interval timezone was
Date: 2005-06-05 01:49:06
Message-ID: 20050605014906.BB16952865@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-05 03:16:46 pgsql: Here's a patch to do the following: 1.
Previous Message Tom Lane 2005-06-05 01:48:55 pgsql: Code for SET/SHOW TIME ZONE with a fixed-interval timezone was