aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/logical.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-08-29 14:33:18 +0200
committerPeter Eisentraut <peter@eisentraut.org>2024-08-29 14:33:18 +0200
commitf2353dd71724c0d18d5912e105f034b50494bfe9 (patch)
treec80e8aaac2b380839de8d8b8c9050b00058a5366 /src/backend/replication/logical/logical.c
parentfdbf7e46a46d2ce8a215b37870b14ee2d7cf0fda (diff)
downloadpostgresql-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.c2
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."));
/*