OSDN Git Service

Add separate regression tests for timetz and the new timestamptz type.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 28 Sep 2001 08:00:11 +0000 (08:00 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 28 Sep 2001 08:00:11 +0000 (08:00 +0000)
commit1f075a32ee28004251f508f50a4325944801da10
treecaf3770f862cfc13032feaeb21712f2a7d1ce869
parent44f18333b754dafa75d48a691b5af13b72256c7d
Add separate regression tests for timetz and the new timestamptz type.
Modify the timestamp test to reflect the "no time zone" behavior of this
 new code; timestamptz resembles the old timestamp code.
21 files changed:
src/test/regress/expected/abstime.out
src/test/regress/expected/geometry.out
src/test/regress/expected/horology.out
src/test/regress/expected/opr_sanity.out
src/test/regress/expected/rules.out
src/test/regress/expected/time.out
src/test/regress/expected/timestamp.out
src/test/regress/expected/timestamptz.out [new file with mode: 0644]
src/test/regress/expected/timetz.out [new file with mode: 0644]
src/test/regress/expected/tinterval.out
src/test/regress/output/misc.source
src/test/regress/parallel_schedule
src/test/regress/serial_schedule
src/test/regress/sql/abstime.sql
src/test/regress/sql/horology.sql
src/test/regress/sql/opr_sanity.sql
src/test/regress/sql/time.sql
src/test/regress/sql/timestamp.sql
src/test/regress/sql/timestamptz.sql [new file with mode: 0644]
src/test/regress/sql/timetz.sql [new file with mode: 0644]
src/test/regress/sql/tinterval.sql