[MASSMAIL]pgsql: Silence meson warning

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [MASSMAIL]pgsql: Silence meson warning
Дата
Msg-id E1rsJOM-000QbB-Cl@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence meson warning

Commit 619bc23a1a introduced

    WARNING: Project targets '>=0.54' but uses feature introduced in '0.55.0': Passing executable/found program object
toscript parameter of add_dist_script 

Work around that by wrapping the offending line in a meson version check.

Author: Tristan Partin <tristan@neon.tech>
Discussion: https://www.postgresql.org/message-id/flat/D096Q3NFFVH1.1T5RE4MOO9ZFH%40neon.tech

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/585df02b445f63167f145685e045e5b6074a5a30

Modified Files
--------------
meson.build | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: postgres_fdw: Remove useless ternary expression.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: [MASSMAIL]pgsql: Use incremental parsing of backup manifests.