Add regression test coverage for timetz_izone().
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 16 Oct 2023 19:45:01 +0000 (15:45 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 16 Oct 2023 19:45:01 +0000 (15:45 -0400)
commit2f047203074c643ae458dcf51bbb8ae45dd7e13c
treee1d57844088e75525478d737f9c08259bbc1098d
parent54b208f90963cb8b48b9794a5392b2fae4b40a98
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
src/test/regress/expected/timetz.out
src/test/regress/sql/timetz.sql