Re: pg_plan_advice - Mailing list pgsql-hackers

From Robert Haas
Subject Re: pg_plan_advice
Date
Msg-id CA+TgmoZFmf9hV-QUHRxiynkKmtain5ZUO-bzKZ-VvVeQOq9ccw@mail.gmail.com
Whole thread
In response to Re: pg_plan_advice  (Zsolt Parragi <zsolt.parragi@percona.com>)
List pgsql-hackers
On Tue, Mar 17, 2026 at 1:06 AM Zsolt Parragi <zsolt.parragi@percona.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



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Assertion failure in hash_kill_items()
Next
From: Masahiko Sawada
Date:
Subject: Re: Emitting JSON to file using COPY TO