]> granicus.if.org Git - postgresql/commit
Repair bugs in declarations of routines to add timestamptz and interval.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 12 Jan 2002 04:38:38 +0000 (04:38 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 12 Jan 2002 04:38:38 +0000 (04:38 +0000)
commit192061e45b1a3aaedd1c60832afc5e951cea78d6
tree31098ceea72da97045cc79d723034daccc97ae21
parent0e1a5075fdaec2f42f96cf2a1938c99fcc6b026c
Repair bugs in declarations of routines to add timestamptz and interval.
 Thanks to Bruce for spotting it and Tom Lane for diagnosing it.
Since horology test output is changing anyway, add some date/time input
 tests to horology.sql. Some of these should move to the tests for the
 individual data types, and we perhaps should add an entire new test
 for "timezone" to allow manipulating the current time zone without
 risking damage to the results of other tests.
src/backend/utils/adt/timestamp.c
src/include/catalog/pg_proc.h
src/test/regress/expected/horology.out
src/test/regress/sql/horology.sql