Обсуждение: pgsql: Add regression test coverage for timetz_izone().

Поиск
Список
Период
Сортировка

pgsql: Add regression test coverage for timetz_izone().

От
Tom Lane
Дата:
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(-)