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

Commit6392f2a

Browse files
committed
Try to silence "-Wmissing-braces" complaints in rmgrdesc.c.
Per buildfarm member lapwing.https://postgr.es/m/20220407065640.xljttqcs46k4lyvr@alap3.anarazel.de
1 parent5dc0418 commit6392f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_waldump/rmgrdesc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ static const RmgrDescData RmgrDescTable[RM_N_BUILTIN_IDS] = {
4141

4242
#defineCUSTOM_NUMERIC_NAME_LEN sizeof("custom###")
4343

44-
staticcharCustomNumericNames[RM_N_CUSTOM_IDS][CUSTOM_NUMERIC_NAME_LEN]= {0};
45-
staticRmgrDescDataCustomRmgrDesc[RM_N_CUSTOM_IDS]= {0};
44+
staticcharCustomNumericNames[RM_N_CUSTOM_IDS][CUSTOM_NUMERIC_NAME_LEN]= {{0}};
45+
staticRmgrDescDataCustomRmgrDesc[RM_N_CUSTOM_IDS]= {{0}};
4646
staticboolCustomRmgrDescInitialized= false;
4747

4848
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp