summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2022-04-20 02:05:34 +0000
committerMichael Paquier2022-04-20 02:05:34 +0000
commit83cca409edf276cfbd2ff691ceea1b10027c5205 (patch)
tree11f2aa64cb178b3285f562efcf2f30d4c4c46432
parentf2a2bf66c87e14f07aefe23cbbe2f2d9edcd9734 (diff)
Remove duplicated word in comment of basebackup.c
Oversight in 39969e2. Author: Martín Marqués Discussion: https://postgr.es/m/CABeG9LviA01oHC5h=ksLUuhMyXxmZR_tftRq6q3341CMT=j=4g@mail.gmail.com
-rw-r--r--src/backend/replication/basebackup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/basebackup.c b/src/backend/replication/basebackup.c
index 67489192a2..5244823ff8 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},