]> 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)
commitb18781c2df44c2abf18dca95b1351ff917caf5fb
tree0b673d1e858b3b0e04f631e5db9959543224dd10
parente2e16904224a94bf514b67604b9c476c8a8154ac
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