Skip to content

Commit

Permalink
Fix cpluspluscheck for pg_verifybackup.h.
Browse files Browse the repository at this point in the history
simplehash.h references pg_fatal(), which cpluspluscheck says is
undeclared, causing the CI CompilerWarnings task to fail since commit
aa2d6b1.  Include the header it needs.

Discussion: https://postgr.es/m/CA%2BhUKGJC3d4PXkErpfOWrzQqcq6MLiCv0%2BAH0CMQnB6hdLUFEw%40mail.gmail.com
  • Loading branch information
macdice committed Aug 18, 2024
1 parent 6474085 commit d426718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/pg_verifybackup/pg_verifybackup.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include "common/controldata_utils.h"
#include "common/hashfn_unstable.h"
#include "common/logging.h"
#include "common/parse_manifest.h"
#include "fe_utils/simple_list.h"

Expand Down

0 comments on commit d426718

Please sign in to comment.