Fix gratuitous error message variation

This commit is contained in:
Peter Eisentraut 2019-11-08 18:12:51 +01:00
parent 879c117615
commit 3dcffb381c
1 changed files with 1 additions and 1 deletions

View File

@ -1100,7 +1100,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)));
}