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

Commit966d4f5

Browse files
committed
Typo fix for MemSet size.
Fujii Masao
1 parentd7a7148 commit966d4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/replication/basebackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ parse_basebackup_options(List *options, basebackup_options *opt)
148148
boolo_progress= false;
149149
boolo_fast= false;
150150

151-
MemSet(opt,0,sizeof(opt));
151+
MemSet(opt,0,sizeof(*opt));
152152
foreach(lopt,options)
153153
{
154154
DefElem*defel= (DefElem*)lfirst(lopt);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp