]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Back-patch test cases for timetz_zone/timetz_izone.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Oct 2023 17:55:45 +0000 (13:55 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Oct 2023 17:55:45 +0000 (13:55 -0400)
commitdc159b95d921e12e82820301413945eff1ca88b0
treeda2d2518b64981467903046d0a0c6cc92fb013e1
parent54fc9dca5b10e82cb85c7cd44ebe1eb0f28f795b
Back-patch test cases for timetz_zone/timetz_izone.

Per code coverage reports, we had zero regression test coverage
of these functions.  That came back to bite us, as apparently
that's allowed us to miss discovering misbehavior of this code
with AIX's xlc compiler.  Install relevant portions of the
test cases added in 97957fdba2f047203019fa97731.

(Assuming the expected outcome that the xlc problem does appear
in back branches, a code fix will follow.)

Discussion: https://postgr.es/m/CA+hUKGK=DOC+hE-62FKfZy=Ybt5uLkrg3zCZD-jFykM-iPn8yw@mail.gmail.com
src/test/regress/expected/timetz.out
src/test/regress/sql/timetz.sql