pgsql: meson: Remove redundant return code check - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: meson: Remove redundant return code check
Date
Msg-id E1qEuN6-0013PP-88@gemulon.postgresql.org
Whole thread Raw
List 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@neon.tech>
Discussion: CSPIJVUDZFKX.3KHMOAVGF94RV@c3po

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Defend against bogus parameterization of join input paths.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHO