From: Robert Haas Date: Mon, 13 Apr 2026 14:09:20 +0000 (-0400) Subject: pg_plan_advice: Add alternatives test to Makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1faf9dfa4796a05b68c59194b8da9b0f57ed9889;p=thirdparty%2Fpostgresql.git 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 --- 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