From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Add regression test coverage for timetz_izone(). |
Date: | 2023-10-16 19:45:09 |
Message-ID: | E1qsTWW-000tAt-I7@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Add regression test coverage for timetz_izone().
Extend the test added by commit 97957fdba so that it also covers
timetz_izone(), that is the "AT TIME ZONE interval" case.
This is mostly to see if xlc's apparent bug occurs there too,
but more code coverage is always welcome.
Discussion: https://postgr.es/m/2287835.1697464481@sss.pgh.pa.us
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/2f047203074c643ae458dcf51bbb8ae45dd7e13c
Modified Files
--------------
src/test/regress/expected/timetz.out | 51 ++++++++++++++++++------------------
src/test/regress/sql/timetz.sql | 8 +++---
2 files changed, 30 insertions(+), 29 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2023-10-17 03:20:53 | pgsql: Restart the apply worker if the privileges have been revoked. |
Previous Message | Tom Lane | 2023-10-16 18:06:46 | pgsql: Ensure we have a snapshot while dropping ON COMMIT DROP temp tab |