pgsql: meson: Refactor libpq targets variables

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Refactor libpq targets variables
Date: 2026-02-23 09:39:55
Message-ID: E1vuSPz-000nVJ-1M@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Refactor libpq targets variables

Some of the knowledge of the libpq targets was spread around between
the top-level meson.build and src/interfaces/libpq*. This change
organizes it more like other targets by having a libpq_targets
variable that different subdirectories can add to.

Discussion: https://www.postgresql.org/message-id/flat/e8aa97db-872b-4087-b073-f296baae948d%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4bfbbeb679c09c28813d4545bb1f764c3041d475

Modified Files
--------------
meson.build | 12 +++---------
src/interfaces/libpq-oauth/meson.build | 2 ++
src/interfaces/libpq/meson.build | 2 ++
3 files changed, 7 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-02-23 10:01:21 pgsql: Change error message for sequence validate_relation_kind()
Previous Message Peter Eisentraut 2026-02-23 07:00:58 pgsql: Enable -Wimplicit-fallthrough option for clang