diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-08-29 14:43:34 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-08-29 14:43:34 +0200 |
commit | edee0c621de6f334c94c0ed8649d31ceba7401c8 (patch) | |
tree | e548c0b1f14e01e07ce122e10b911de24a49b2e6 /src/backend/replication/logical/logical.c | |
parent | 894be11adfa60ad1ce5f74534cf5f04e66d51c30 (diff) | |
download | postgresql-edee0c621de6f334c94c0ed8649d31ceba7401c8.tar.gz postgresql-edee0c621de6f334c94c0ed8649d31ceba7401c8.zip |
Message style improvements
Diffstat (limited to 'src/backend/replication/logical/logical.c')
-rw-r--r-- | src/backend/replication/logical/logical.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/logical.c b/src/backend/replication/logical/logical.c index f8ef5d56d26..3fe1774a1e9 100644 --- a/src/backend/replication/logical/logical.c +++ b/src/backend/replication/logical/logical.c @@ -539,7 +539,7 @@ CreateDecodingContext(XLogRecPtr start_lsn, errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE), errmsg("cannot use replication slot \"%s\" for logical decoding", NameStr(slot->data.name)), - errdetail("This slot is being synchronized from the primary server."), + errdetail("This replication slot is being synchronized from the primary server."), errhint("Specify another replication slot.")); /* |