mirror of
https://github.com/postgres/postgres.git
synced 2025-11-27 00:05:03 -05:00
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
This commit is contained in:
parent
64740853f0
commit
d426718d8d
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user