pgsql: Clean up date_part tests a bit

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up date_part tests a bit
Date: 2021-03-29 16:07:32
Message-ID: E1lQuQO-0000zR-Nq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clean up date_part tests a bit

Some tests for timestamp and timestamptz were in the date.sql test
file. Move them to their appropriate files, or drop tests cases that
were already present there.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/efcc7572f532ea564fedc6359c2df43045ee7908

Modified Files
--------------
src/test/regress/expected/date.out | 80 +----------------
src/test/regress/expected/timestamp.out | 137 ++++++++++++++---------------
src/test/regress/expected/timestamptz.out | 139 +++++++++++++++---------------
src/test/regress/sql/date.sql | 20 +----
src/test/regress/sql/timestamp.sql | 3 +-
src/test/regress/sql/timestamptz.sql | 3 +-
6 files changed, 147 insertions(+), 235 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2021-03-29 19:13:36 Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode
Previous Message Peter Eisentraut 2021-03-29 10:03:11 pgsql: Add unistr function