diff options
Diffstat (limited to 'src/backend/replication/basebackup.c')
-rw-r--r-- | src/backend/replication/basebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/basebackup.c b/src/backend/replication/basebackup.c index 096b0fcef0d..6064384e32a 100644 --- a/src/backend/replication/basebackup.c +++ b/src/backend/replication/basebackup.c @@ -161,7 +161,7 @@ static const char *const 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", |