aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-04-20 11:05:34 +0900
committerMichael Paquier <michael@paquier.xyz>2022-04-20 11:05:34 +0900
commit83cca409edf276cfbd2ff691ceea1b10027c5205 (patch)
tree11f2aa64cb178b3285f562efcf2f30d4c4c46432 /src
parentf2a2bf66c87e14f07aefe23cbbe2f2d9edcd9734 (diff)
downloadpostgresql-83cca409edf276cfbd2ff691ceea1b10027c5205.tar.gz
postgresql-83cca409edf276cfbd2ff691ceea1b10027c5205.zip
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
Diffstat (limited to 'src')
-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 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},