pgsql: meson: Remove redundant return code check

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Remove redundant return code check
Date: 2023-06-29 16:19:52
Message-ID: E1qEuN6-0013PP-88@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Remove redundant return code check

run_command(check: true) already would have errorred out before the check is
reached.

Author: Tristan Partin <tristan(at)neon(dot)tech>
Discussion: CSPIJVUDZFKX(dot)3KHMOAVGF94RV(at)c3po

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5f87a021257f1ea1cacdced0cf49ff1c58ecf5e9

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2023-06-29 19:08:35 Re: pgsql: Fix search_path to a safe value during maintenance operations.
Previous Message Tom Lane 2023-06-29 16:13:03 pgsql: Defend against bogus parameterization of join input paths.