pgsql: Add more tests for EXTRACT of date type

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add more tests for EXTRACT of date type
Date: 2020-09-10 13:17:14
Message-ID: E1kGMRu-0002VY-Eo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add more tests for EXTRACT of date type

EXTRACT of date type is implemented as a wrapper around EXTRACT of
timestamp, so the code is already tested there. But the externally
visible behavior of EXTRACT on date is not recorded anywhere. Since
there is some discussion about reimplementing or refactoring some of
this, add some more explicit tests of EXTRACT on date, similar in
structure to existing EXTRACT tests on other data types.

Discussion: https://www.postgresql.org/message-id/flat/42b73d2d-da12-ba9f-570a-420e0cce19d9(at)phystech(dot)edu

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/540612fa469eaae3345ede7a160b146dd903e7ee

Modified Files
--------------
src/test/regress/expected/date.out | 192 ++++++++++++++++++++++++++++--
src/test/regress/expected/expressions.out | 4 +-
src/test/regress/sql/date.sql | 49 +++++++-
3 files changed, 228 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-09-10 13:45:09 pgsql: doc: Remove buggy ICU collation from documentation
Previous Message Magnus Hagander 2020-09-10 12:20:03 pgsql: Fix title in reference section