pgsql: Fix cpluspluscheck for pg_verifybackup.h.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix cpluspluscheck for pg_verifybackup.h.
Date: 2024-08-18 20:00:33
Message-ID: E1sfm4n-000Ke9-QN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix cpluspluscheck for pg_verifybackup.h.

simplehash.h references pg_fatal(), which cpluspluscheck says is
undeclared, causing the CI CompilerWarnings task to fail since commit
aa2d6b15. Include the header it needs.

Discussion: https://postgr.es/m/CA%2BhUKGJC3d4PXkErpfOWrzQqcq6MLiCv0%2BAH0CMQnB6hdLUFEw%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d426718d8d6f42467ab8888d8e7837dcfa452e20

Modified Files
--------------
src/bin/pg_verifybackup/pg_verifybackup.h | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2024-08-18 22:27:53 pgsql: Fix DROP DATABASE for databases with many ACLs
Previous Message Noah Misch 2024-08-18 19:06:03 pgsql: Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE