Skip to content

Commit 83cca40

Browse files
committed
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
1 parent f2a2bf6 commit 83cca40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/basebackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ static const struct exclude_list_item excludeFiles[] =
180180
{RELCACHE_INIT_FILENAME, true},
181181

182182
/*
183-
* backup_label and tablespace_map should not exist in in a running cluster
183+
* backup_label and tablespace_map should not exist in a running cluster
184184
* capable of doing an online backup, but exclude them just in case.
185185
*/
186186
{BACKUP_LABEL_FILE, false},

0 commit comments

Comments
 (0)