pgsql: meson: Add dependencies to perl modules to various script invoca

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Add dependencies to perl modules to various script invoca
Date: 2023-06-10 03:15:47
Message-ID: E1q7p4s-0011cI-Uw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Add dependencies to perl modules to various script invocations

Eventually it is likely worth trying to deal with this in a more expansive
way, by generating dependency files generated within the scripts. But it's not
entirely obvious how to do that in perl and is work more suitable for 17
anyway.

Reported-by: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Reviewed-by: Tristan Partin <tristan(at)neon(dot)tech>
Discussion: https://postgr.es/m/87v8g7s6bf.fsf@wibble.ilmari.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a1cd982098c8f6a714870ae512b4a9cdeacb9440

Modified Files
--------------
meson.build | 14 ++++++++++++++
src/common/meson.build | 4 ++--
src/common/unicode/meson.build | 3 +++
src/include/catalog/meson.build | 2 +-
src/include/nodes/meson.build | 1 +
src/include/utils/meson.build | 1 +
src/interfaces/ecpg/preproc/meson.build | 19 ++++---------------
src/pl/plpgsql/src/meson.build | 7 ++++---
8 files changed, 30 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-06-10 04:35:38 Re: could not extend file "base/5/3501" with FileFallocate(): Interrupted system call
Previous Message Bruce Momjian 2023-06-10 01:04:52 pgsql: doc: PG 16 relnotes, add author