mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Fix gratuitous error message variation
This commit is contained in:
parent
bca0aed2d0
commit
a9c3cda281
@ -1055,7 +1055,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)));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user