Re: pg_plan_advice

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Zsolt Parragi <zsolt(dot)parragi(at)percona(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-17 17:44:06
Message-ID: CA+TgmoZFmf9hV-QUHRxiynkKmtain5ZUO-bzKZ-VvVeQOq9ccw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Mar 17, 2026 at 1:06 AM Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com> wrote:
> PGXS defines it as:
>
> # HEADERS_$(MODULE) -- files to install into
> # $(includedir_server)/$MODULEDIR/$MODULE; the value of $MODULE must be
> # listed in MODULES or MODULE_big
>
> where
>
> # MODULEDIR -- subdirectory of $PREFIX/share into which DATA and DOCS files
> # should be installed (if not set, default is "extension" if EXTENSION
> # is set, or "contrib" if not)
>
> And I mirrored that in meson.

Right, OK. This all seems rather confusing and a bit under-documented,
but after looking it over I think you've got it correct, so committed.

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2026-03-17 17:50:35 Re: Emitting JSON to file using COPY TO
Previous Message Andres Freund 2026-03-17 17:40:10 Re: Assertion failure in hash_kill_items()