Skip to content

Commit 966d4f5

Browse files
committed
Typo fix for MemSet size.
Fujii Masao
1 parent d7a7148 commit 966d4f5

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
bool o_progress = false;
149149
bool o_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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy