mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Typo fix for MemSet size.
Fujii Masao
This commit is contained in:
parent
d7a714828f
commit
966d4f52c2
@ -148,7 +148,7 @@ parse_basebackup_options(List *options, basebackup_options *opt)
|
||||
bool o_progress = false;
|
||||
bool o_fast = false;
|
||||
|
||||
MemSet(opt, 0, sizeof(opt));
|
||||
MemSet(opt, 0, sizeof(*opt));
|
||||
foreach(lopt, options)
|
||||
{
|
||||
DefElem *defel = (DefElem *) lfirst(lopt);
|
||||
|
Loading…
x
Reference in New Issue
Block a user