Fix gratuitous error message variation
This commit is contained in:
parent
042e82cef9
commit
c125bc8995
@ -1091,7 +1091,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)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user