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
This commit is contained in:
Michael Paquier 2022-04-20 11:05:34 +09:00
parent f2a2bf66c8
commit 83cca409ed
1 changed files with 1 additions and 1 deletions

View File

@ -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},