]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Stabilize timetz test across DST transitions.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Oct 2020 19:28:14 +0000 (15:28 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Oct 2020 19:28:41 +0000 (15:28 -0400)
commit24d769b905419992f137e9de37cd05ab8c348b12
tree2d4bcb2b35cb70de60517dd491c4557cf8d601d2
parent9eb2503391da1d0a17d3116a5a49e4f73b1af84f
Stabilize timetz test across DST transitions.

The timetz test cases I added in commit a9632830b were unintentionally
sensitive to whether or not DST is active in the PST8PDT time zone.
Thus, they'll start failing this coming weekend, as reported by
Bernhard M. Wiedemann in bug #16689.  Fortunately, DST-awareness is
not significant to the purpose of these test cases, so we can just
force them all to PDT (DST hours) to preserve stability of the
results.

Back-patch to v10, as the prior patch was.

Discussion: https://postgr.es/m/16689-57701daa23b377bf@postgresql.org
src/test/regress/expected/timetz.out
src/test/regress/sql/timetz.sql