Fix gratuitous error message variation
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 8 Nov 2019 17:12:51 +0000 (18:12 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 8 Nov 2019 17:37:35 +0000 (18:37 +0100)
src/backend/replication/logical/origin.c

index c9d04ae0b9f9084e137a4118b44750a2f80fc53d..53e747420108a1efe993b33dd9317ac8fe544126 100644 (file)
@@ -1091,7 +1091,7 @@ replorigin_session_setup(RepOriginId node)
        {
            ereport(ERROR,
                    (errcode(ERRCODE_OBJECT_IN_USE),
-                    errmsg("replication origin %d is already active for PID %d",
+                    errmsg("replication origin with OID %d is already active for PID %d",
                            curstate->roident, curstate->acquired_by)));
        }