Add regression tests for date, time, and time with time zone types.
authorThomas G. Lockhart <lockhart@alumni.caltech.edu>
Tue, 12 Sep 2000 05:42:20 +0000 (05:42 +0000)
committerThomas G. Lockhart <lockhart@alumni.caltech.edu>
Tue, 12 Sep 2000 05:42:20 +0000 (05:42 +0000)
commit835381862cd3fb8ab68d0b756b307083c26afe1c
treed948e1f4d88c0825748621931d41fd82901799fa
parentc4cb3343ee86fe886a40dd1cc5ce6ea53de991b4
Add regression tests for date, time, and time with time zone types.
Modify date->timestamp conversion to use mktime().
 This should do better than before around Daylight Savings Time
 transitions.
src/test/regress/expected/date.out [new file with mode: 0644]
src/test/regress/expected/horology.out
src/test/regress/expected/time.out [new file with mode: 0644]
src/test/regress/output/misc.source
src/test/regress/sql/date.sql [new file with mode: 0644]
src/test/regress/sql/horology.sql
src/test/regress/sql/run_check.tests
src/test/regress/sql/tests
src/test/regress/sql/time.sql [new file with mode: 0644]