We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879c117 commit 3dcffb3Copy full SHA for 3dcffb3
src/backend/replication/logical/origin.c
@@ -1100,7 +1100,7 @@ replorigin_session_setup(RepOriginId node)
1100
{
1101
ereport(ERROR,
1102
(errcode(ERRCODE_OBJECT_IN_USE),
1103
- errmsg("replication origin %d is already active for PID %d",
+ errmsg("replication origin with OID %d is already active for PID %d",
1104
curstate->roident, curstate->acquired_by)));
1105
}
1106
0 commit comments