diff options
Diffstat (limited to 'src/bin/pg_rewind/filemap.c')
-rw-r--r-- | src/bin/pg_rewind/filemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/filemap.c b/src/bin/pg_rewind/filemap.c index 36a2d623415..1879257b66a 100644 --- a/src/bin/pg_rewind/filemap.c +++ b/src/bin/pg_rewind/filemap.c @@ -62,7 +62,7 @@ static const char *excludeDirContents[] = /* * It is generally not useful to backup the contents of this directory - * even if the intention is to restore to another master. See backup.sgml + * even if the intention is to restore to another primary. See backup.sgml * for a more detailed description. */ "pg_replslot", |