Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd426718

Browse files
committed
Fix cpluspluscheck for pg_verifybackup.h.
simplehash.h references pg_fatal(), which cpluspluscheck says isundeclared, causing the CI CompilerWarnings task to fail since commitaa2d6b1. Include the header it needs.Discussion:https://postgr.es/m/CA%2BhUKGJC3d4PXkErpfOWrzQqcq6MLiCv0%2BAH0CMQnB6hdLUFEw%40mail.gmail.com
1 parent6474085 commitd426718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/bin/pg_verifybackup/pg_verifybackup.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include"common/controldata_utils.h"
1818
#include"common/hashfn_unstable.h"
19+
#include"common/logging.h"
1920
#include"common/parse_manifest.h"
2021
#include"fe_utils/simple_list.h"
2122

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp