pgsql: meson: Fix meson warning

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Fix meson warning
Date: 2025-06-22 12:56:49
Message-ID: E1uTKFd-002qFn-1c@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Fix meson warning

WARNING: You should add the boolean check kwarg to the run_command call.
It currently defaults to false,
but it will default to true in meson 2.0.

Introduced by commit bc46104fc9a.

(This only happens in the msvc branch. All the other run_command
calls are ok.)

Reviewed-by: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://www.postgresql.org/message-id/flat/42e13eb0-862a-441e-8d84-4f0fd5f6def0%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2c0d8b95080e1d51c60d9c6f6a2e4460d6dfaf77

Modified Files
--------------
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-06-23 00:28:53 Re: pgsql: Improve runtime and output of tests for replication slots checkp
Previous Message Tom Lane 2025-06-22 00:56:50 Re: pgsql: Improve runtime and output of tests for replication slots checkp