v26-0004-pg_plan_advice-Add-alternatives-test-to-Makefile.patch
application/octet-stream
Filename: v26-0004-pg_plan_advice-Add-alternatives-test-to-Makefile.patch
Type: application/octet-stream
Part: 4
Message:
Re: pg_plan_advice
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v26-0004
Subject: pg_plan_advice: Add alternatives test to Makefile.
| File | + | − |
|---|---|---|
| contrib/pg_plan_advice/Makefile | 2 | 2 |
From ac0678546c6086acba0ebbcda559a345fabf52b7 Mon Sep 17 00:00:00 2001 From: Robert Haas <rhaas@postgresql.org> 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