pgsql: pg_plan_advice: Add alternatives test to Makefile.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_plan_advice: Add alternatives test to Makefile.
Date: 2026-04-13 14:18:34
Message-ID: E1wCI7V-000naX-3B@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_plan_advice: Add alternatives test to Makefile.

Oversight in commit 6455e55b0da47255f332a96f005ba0dd1c7176c2.

Discussion: http://postgr.es/m/CA+TgmobOOmmXSJz3e+cjTY-bA1+W0dqVDqzxUBEvGtW62whYGg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1faf9dfa4796a05b68c59194b8da9b0f57ed9889

Modified Files
--------------
contrib/pg_plan_advice/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2026-04-13 14:50:45 pgsql: pg_plan_advice: Fix a bug when a subquery is pruned away entirel
Previous Message Robert Haas 2026-04-13 12:46:53 pgsql: pg_plan_advice: Handle non-repeatable TABLESAMPLE scans.