postgresql/contrib/pg_plan_advice/expected
Robert Haas b335fe56f3 pg_plan_advice: Fix multiple copy-and-paste-errors in test case.
The second half of this file is meant to test feedback, not
generated advice, and is meant to use the statements that it
prepares, not leftover prepared statements from earlier in the
file.

These mistakes resulted in failures under debug_discard_caches = 1,
because re-executing pt2 instead of executing pt4 for the first
time resulted in different output depending on whether the query
was replanned.

Reported-by: Tom Lane <tgl@sss.pgh.pa.us> (per BF member avocet)
2026-03-18 18:24:39 -04:00
..
gather.out Add pg_plan_advice contrib module. 2026-03-12 13:00:43 -04:00
join_order.out Add pg_plan_advice contrib module. 2026-03-12 13:00:43 -04:00
join_strategy.out Add pg_plan_advice contrib module. 2026-03-12 13:00:43 -04:00
partitionwise.out Add pg_plan_advice contrib module. 2026-03-12 13:00:43 -04:00
prepared.out pg_plan_advice: Fix multiple copy-and-paste-errors in test case. 2026-03-18 18:24:39 -04:00
scan.out Add pg_plan_advice contrib module. 2026-03-12 13:00:43 -04:00
semijoin.out Add pg_plan_advice contrib module. 2026-03-12 13:00:43 -04:00
syntax.out pg_plan_advice: Fix failures to accept identifier keywords. 2026-03-16 14:46:50 -04:00