We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f97af6 commit 3adcad4Copy full SHA for 3adcad4
src/bin/pg_verify_checksums/pg_verify_checksums.c
@@ -13,6 +13,7 @@
13
#include "postgres.h"
14
#include "catalog/pg_control.h"
15
#include "common/controldata_utils.h"
16
+#include "getopt_long.h"
17
#include "storage/bufpage.h"
18
#include "storage/checksum.h"
19
#include "storage/checksum_impl.h"
0 commit comments