Repair bugs in declarations of routines to add timestamptz and interval.
authorThomas G. Lockhart <lockhart@alumni.caltech.edu>
Sat, 12 Jan 2002 04:38:38 +0000 (04:38 +0000)
committerThomas G. Lockhart <lockhart@alumni.caltech.edu>
Sat, 12 Jan 2002 04:38:38 +0000 (04:38 +0000)
commitdb1cdecdbe1863d353daf8c3b066d73731033944
tree23880954dd7461395090a00adcedda73c43385da
parent5dbc505012c79b0eef0b964670a5ae2cc98912a8
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