pgsql: Fix up timetz input so that a date is required only when the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix up timetz input so that a date is required only when the
Date: 2006-10-18 16:43:14
Message-ID: 20061018164314.57BAE9FB2CC@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix up timetz input so that a date is required only when the specified
timezone actually has a daylight-savings rule. This avoids breaking
cases that used to work because they went through the DecodePosixTimezone
code path. Per contrib regression failures (mea culpa for not running
those yesterday...). Also document the already-applied change to allow
GMT offsets up to 14 hours.

Modified Files:
--------------
pgsql/doc/src/sgml:
datatype.sgml (r1.178 -> r1.179)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml.diff?r1=1.178&r2=1.179)
pgsql/src/backend/utils/adt:
datetime.c (r1.173 -> r1.174)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c.diff?r1=1.173&r2=1.174)
pgsql/src/include:
pgtime.h (r1.13 -> r1.14)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pgtime.h.diff?r1=1.13&r2=1.14)
pgsql/src/include/utils:
datetime.h (r1.61 -> r1.62)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/datetime.h.diff?r1=1.61&r2=1.62)
pgsql/src/timezone:
localtime.c (r1.15 -> r1.16)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/localtime.c.diff?r1=1.15&r2=1.16)

Browse pgsql-committers by date

  From Date Subject
Next Message User Nickg 2006-10-18 18:51:50 press - pr: New Directory
Previous Message User Hinoue 2006-10-18 15:34:34 psqlodbc - psqlodbc: Fix a make_string() bug.