diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-08-29 14:33:18 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-08-29 14:33:18 +0200 |
commit | f2353dd71724c0d18d5912e105f034b50494bfe9 (patch) | |
tree | c80e8aaac2b380839de8d8b8c9050b00058a5366 /src/backend/replication/logical/logical.c | |
parent | fdbf7e46a46d2ce8a215b37870b14ee2d7cf0fda (diff) | |
download | postgresql-f2353dd71724c0d18d5912e105f034b50494bfe9.tar.gz postgresql-f2353dd71724c0d18d5912e105f034b50494bfe9.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.")); /* |