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:
Tom Lane 2024-04-07 17:08:06 -04:00
parent 2daeba6a4e
commit 0c66a164e7
1 changed files with 0 additions and 1 deletions

View File

@ -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)