pgsql/src/test/regress parallel_schedule seria ... - Mailing list pgsql-committers

From thomas@postgresql.org
Subject pgsql/src/test/regress parallel_schedule seria ...
Date
Msg-id 200109280800.f8S80OM99603@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    thomas@postgresql.org    01/09/28 04:00:11

Modified files:
    src/test/regress: parallel_schedule serial_schedule
    src/test/regress/expected: abstime.out geometry.out horology.out
                               opr_sanity.out rules.out time.out
                               timestamp.out tinterval.out
    src/test/regress/output: misc.source
    src/test/regress/sql: abstime.sql horology.sql opr_sanity.sql
                          time.sql timestamp.sql tinterval.sql
Added files:
    src/test/regress/expected: timestamptz.out timetz.out
    src/test/regress/sql: timestamptz.sql timetz.sql

Log message:
    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.


pgsql-committers by date:

Previous
From: momjian@postgresql.org
Date:
Subject: pgsql/src/backend/libpq md5.c
Next
From: thomas@postgresql.org
Date:
Subject: pgsql/doc/src/sgml datatype.sgml datetime.sgml ...