Re: pg_plan_advice

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_plan_advice
Date: 2026-03-14 15:06:04
Message-ID: CAN4CZFP6NOjv__4Mx+iQD8StdpbHvzDAatEQn2n15UKJ=MySSQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

I noticed a difference between installed headers with make and meson,
which is caused by pg_plan_advice.h. It is completely missing from the
make build, and installs to the wrong location with meson.

Please see the attached patch that fixes this.

Attachment Content-Type Size
0001-Fix-pg_plan_advice-header-install-discrepancy-betwee.patch application/octet-stream 1.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Viktor Holmberg 2026-03-14 16:32:07 Re: [PATCH] no table rewrite when set column type to constrained domain
Previous Message Tomas Vondra 2026-03-14 14:53:21 Re: Tighten asserts on ParallelWorkerNumber a little bit