pgsql: Make extract(timetz) tests a bit more interesting

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make extract(timetz) tests a bit more interesting
Date: 2021-04-01 08:05:11
Message-ID: E1lRsKF-000855-6U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make extract(timetz) tests a bit more interesting

Use a time zone offset with nonzero minutes to make the
timezone_minute test meaningful.

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/timetz.out | 10 +++++-----
src/test/regress/sql/timetz.sql | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2021-04-01 09:25:00 pgsql: Add 'noError' argument to encoding conversion functions.
Previous Message Michael Paquier 2021-04-01 06:30:10 pgsql: doc: Clarify use of ACCESS EXCLUSIVE lock in various sections