OSDN Git Service

Fix up timetz input so that a date is required only when the specified
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Oct 2006 16:43:14 +0000 (16:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Oct 2006 16:43:14 +0000 (16:43 +0000)
commit877f08da14719a1bead6154785ab45714d347998
treefe730f9ddff1b81fb8d28d97924d1f81565d8370
parent723f716be04c3e59bb7fdaa6ff044bda6ea4f94b
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.
doc/src/sgml/datatype.sgml
src/backend/utils/adt/datetime.c
src/include/pgtime.h
src/include/utils/datetime.h
src/timezone/localtime.c