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
pull/81/head
Michael Paquier 4 years ago
parent f2a2bf66c8
commit 83cca409ed
  1. 2
      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},

Loading…
Cancel
Save