From 83cca409edf276cfbd2ff691ceea1b10027c5205 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 20 Apr 2022 11:05:34 +0900 Subject: Remove duplicated word in comment of basebackup.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Oversight in 39969e2. Author: Martín Marqués Discussion: https://postgr.es/m/CABeG9LviA01oHC5h=ksLUuhMyXxmZR_tftRq6q3341CMT=j=4g@mail.gmail.com --- src/backend/replication/basebackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/backend/replication/basebackup.c b/src/backend/replication/basebackup.c index 67489192a26..5244823ff85 100644 --- a/src/backend/replication/basebackup.c +++ b/src/backend/replication/basebackup.c @@ -180,7 +180,7 @@ static const struct exclude_list_item excludeFiles[] = {RELCACHE_INIT_FILENAME, true}, /* - * backup_label and tablespace_map should not exist in in a running cluster + * backup_label and tablespace_map should not exist in a running cluster * capable of doing an online backup, but exclude them just in case. */ {BACKUP_LABEL_FILE, false}, -- cgit v1.2.3