Fix cpluspluscheck for pg_verifybackup.h.
authorThomas Munro <tmunro@postgresql.org>
Sun, 18 Aug 2024 19:59:16 +0000 (07:59 +1200)
committerThomas Munro <tmunro@postgresql.org>
Sun, 18 Aug 2024 19:59:30 +0000 (07:59 +1200)
commitd426718d8d6f42467ab8888d8e7837dcfa452e20
treed2807d1cfe54013063bbc580d8d72aa14963149d
parent64740853f07fd1a8314ad68c38298d7e5afe1acc
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
src/bin/pg_verifybackup/pg_verifybackup.h