pgsql: Fix headerscheck and cpluspluscheck's exit codes. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Fix headerscheck and cpluspluscheck's exit codes.
Date
Msg-id E1oNj1E-000wi6-9c@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix headerscheck and cpluspluscheck's exit codes.

For the benefit of CI, which started running these header check scripts
in its CompilerWarnings task in commit 81b9f23c9c8, they should report
failure if any individual header failed to compile.

Reviewed-by: Andrew Dunstan <andrew@dunslane.net>
Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/CA%2BhUKGKtDwPo9wzKgbStDwfOhEpywMc6PQofio8fAHR7yUjgxw%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3eae0cbf7e70db885c4ec37e0863022d3ad589d4

Modified Files
--------------
src/tools/pginclude/cpluspluscheck | 10 ++++++++--
src/tools/pginclude/headerscheck   | 10 ++++++++--
2 files changed, 16 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Add unit to pg_shmem_allocations attributes
Next
From: Tatsuo Ishii
Date:
Subject: pgsql: doc: fix wrong tag used in create sequence manual.