pgsql: Silence meson warning

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Silence meson warning
Date: 2024-04-04 09:28:18
Message-ID: E1rsJOM-000QbB-Cl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 to script parameter of add_dist_script

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

Author: Tristan Partin <tristan(at)neon(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2024-04-04 10:56:55 pgsql: Add support for incrementally parsing backup manifests
Previous Message Etsuro Fujita 2024-04-04 09:02:19 pgsql: postgres_fdw: Remove useless ternary expression.