Commit 3dcffb38 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix gratuitous error message variation

parent 879c1176
...@@ -1100,7 +1100,7 @@ replorigin_session_setup(RepOriginId node) ...@@ -1100,7 +1100,7 @@ replorigin_session_setup(RepOriginId node)
{ {
ereport(ERROR, ereport(ERROR,
(errcode(ERRCODE_OBJECT_IN_USE), (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))); curstate->roident, curstate->acquired_by)));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment