pgsql: Add proper regression test for the recent SRFs-in-pathkeys probl

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add proper regression test for the recent SRFs-in-pathkeys probl
Date: 2022-08-04 15:11:59
Message-ID: E1oJcVz-000I7E-EJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cc116479917b7768bef46d0d789093bd6b25f7cd

Modified Files
--------------
src/test/regress/expected/incremental_sort.out | 12 ------------
src/test/regress/expected/select_parallel.out | 24 ++++++++++++++++++++++++
src/test/regress/sql/incremental_sort.sql | 2 --
src/test/regress/sql/select_parallel.sql | 6 ++++++
4 files changed, 30 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-08-04 18:16:40 pgsql: Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion l
Previous Message Daniel Gustafsson 2022-08-04 14:31:53 pgsql: Rephrase comments to make them clearer