Fix typo
In early development patches, "replication origins" were called "identifiers"; almost everything was renamed, but these references to the old terminology went unnoticed. Reported-by: Craig Ringer
This commit is contained in:
parent
5a32fcdd7c
commit
aad9bf336c
@ -1055,7 +1055,7 @@ replorigin_session_setup(RepOriginId node)
|
|||||||
{
|
{
|
||||||
ereport(ERROR,
|
ereport(ERROR,
|
||||||
(errcode(ERRCODE_OBJECT_IN_USE),
|
(errcode(ERRCODE_OBJECT_IN_USE),
|
||||||
errmsg("replication identifier %d is already active for PID %d",
|
errmsg("replication origin %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