]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix broken collate.icu.utf8 test in v12 branch.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Nov 2024 20:45:34 +0000 (15:45 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Nov 2024 20:45:34 +0000 (15:45 -0500)
commit0ef9ac290ff3370f345fa08091c6586fecd8354f
tree5b89b5617c952fb038dd5a24532e95334d487ece
parent7b9ec11aab362607f0ef4b9c1bbfe76172a659d4
Fix broken collate.icu.utf8 test in v12 branch.

collate.icu.utf8.sql is not run by default before v13, and commits
9c4757491/46d9be5ef evidently didn't bother to test it, with
the completely predictable result that it was broken.
We didn't have enable_incremental_sort in v12, plus EXPLAIN makes
different table alias choices than later branches.

Per buildfarm member copperhead.
src/test/regress/expected/collate.icu.utf8.out
src/test/regress/sql/collate.icu.utf8.sql