From ac0678546c6086acba0ebbcda559a345fabf52b7 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 7 Apr 2026 16:18:17 -0400 Subject: [PATCH v26 4/5] pg_plan_advice: Add alternatives test to Makefile. Oversight in commit 6455e55b0da47255f332a96f005ba0dd1c7176c2. --- contrib/pg_plan_advice/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/pg_plan_advice/Makefile b/contrib/pg_plan_advice/Makefile index cbafc50ca4c..d016723794d 100644 --- a/contrib/pg_plan_advice/Makefile +++ b/contrib/pg_plan_advice/Makefile @@ -19,8 +19,8 @@ HEADERS_pg_plan_advice = pg_plan_advice.h PGFILEDESC = "pg_plan_advice - help the planner get the right plan" -REGRESS = gather join_order join_strategy partitionwise prepared \ - scan semijoin syntax +REGRESS = alternatives gather join_order join_strategy partitionwise \ + prepared scan semijoin syntax EXTRA_INSTALL = contrib/tsm_system_time -- 2.51.0