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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: meson: Add dependencies to perl modules to various script invoca
Дата
Msg-id E1q7p4s-0011cI-Uw@gemulon.postgresql.org
обсуждение исходный текст
Список 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@ilmari.org>
Reviewed-by: Tristan Partin <tristan@neon.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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: PG 16 relnotes, add author
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix search_path to a safe value during maintenance operations.