pgsql: Fix headerscheck and cpluspluscheck's exit codes.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix headerscheck and cpluspluscheck's exit codes.
Date: 2022-08-15 22:57:13
Message-ID: E1oNj1E-000wi6-9c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)dunslane(dot)net>
Reviewed-by: Andres Freund <andres(at)anarazel(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2022-08-16 00:36:49 pgsql: doc: fix wrong tag used in create sequence manual.
Previous Message Daniel Gustafsson 2022-08-15 21:04:16 pgsql: doc: Add unit to pg_shmem_allocations attributes