diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/backup/basebackup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/backup/basebackup.c b/src/backend/backup/basebackup.c index b956df072d5..3f1de3ed9de 100644 --- a/src/backend/backup/basebackup.c +++ b/src/backend/backup/basebackup.c @@ -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) |