]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add proper regression test for the recent SRFs-in-pathkeys problem.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Aug 2022 15:11:22 +0000 (11:11 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Aug 2022 15:11:22 +0000 (11:11 -0400)
commit11e7d626cee43cf1eb5dd214ef001dfba38ea2a3
tree658e9c3187892fc47dcd9f7ac307fdf540d7674f
parentb25566ab3c6536040df4df3ad99dd69c812215d9
Add proper regression test for the recent SRFs-in-pathkeys problem.

Remove the test case added by commit fac1b470a, which never actually
worked to expose the problem it claimed to test.  Replace it with
a case that does expose the problem, and also covers the SRF-not-
at-the-top deficiency repaired in 1aa8dad41.

Richard Guo, with some editorialization by me

Discussion: https://postgr.es/m/17564-c7472c2f90ef2da3@postgresql.org
src/test/regress/expected/incremental_sort.out
src/test/regress/expected/select_parallel.out
src/test/regress/sql/incremental_sort.sql
src/test/regress/sql/select_parallel.sql