mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
Remove useless duplicate call of defGetBoolean().
Seems to be a copy-and-paste error dating to dc2123400. Noted while reviewing a related documentation patch.
This commit is contained in:
parent
2daeba6a4e
commit
0c66a164e7
@ -791,7 +791,6 @@ parse_basebackup_options(List *options, basebackup_options *opt)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
|
||||
errmsg("incremental backups cannot be taken unless WAL summarization is enabled")));
|
||||
opt->incremental = defGetBoolean(defel);
|
||||
o_incremental = true;
|
||||
}
|
||||
else if (strcmp(defel->defname, "max_rate") == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user