Add regression test coverage for timetz_izone().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2f047203074c643ae458dcf51bbb8ae45dd7e13c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2023-10-16T19:45:01Z
Releases: 17.0
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

Files

PathChange+/−
src/test/regress/expected/timetz.out modified +26 −25
src/test/regress/sql/timetz.sql modified +4 −4

Discussion