pgsql: Fix test case from 40c242830

From: Richard Guo <rguo(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix test case from 40c242830
Date: 2025-10-21 05:13:32
Message-ID: E1vB4ge-002ipt-1L@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix test case from 40c242830

I mistakenly included the "Replaces" lines describing the origin of
Result nodes in groupingsets.out, which actually come from a feature
not available in v18. Mea culpa.

Per buildfarm.

Discussion: https://postgr.es/m/CAMbWs4_VxjdM-nBvt8YE=84rE4OLBES27Wz1P0=9Z6KgwPqzEA@mail.gmail.com

Branch
------
REL_18_STABLE

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

Modified Files
--------------
src/test/regress/expected/groupingsets.out | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-10-21 07:12:54 pgsql: Fix comment in pg_get_shmem_allocations_numa()
Previous Message Richard Guo 2025-10-21 03:39:59 pgsql: Fix pushdown of degenerate HAVING clauses