From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Back-patch test cases for timetz_zone/timetz_izone. |
Date: | 2023-10-17 17:56:07 |
Message-ID: | E1qsoIY-0012FH-VQ@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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 97957fdba, 2f0472030, 19fa97731.
(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
Branch
------
REL_16_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/4a427b82cf19f1b05ca9e26704f8f924af758ded
Modified Files
--------------
src/test/regress/expected/timetz.out | 60 ++++++++++++++++++++++++++++++++++++
src/test/regress/sql/timetz.sql | 20 ++++++++++++
2 files changed, 80 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Nathan Bossart | 2023-10-17 21:13:02 | pgsql: windows: msvc: Define STDIN/OUT/ERR_FILENO. |
Previous Message | Tom Lane | 2023-10-17 17:10:48 | pgsql: Dodge a compiler bug affecting timetz_zone/timetz_izone. |