mirror of
https://github.com/postgres/postgres.git
synced 2026-03-10 18:28:35 -04:00
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
516613d4a1
commit
fe7262f0d8
1 changed files with 1 additions and 1 deletions
|
|
@ -1055,7 +1055,7 @@ replorigin_session_setup(RepOriginId node)
|
|||
{
|
||||
ereport(ERROR,
|
||||
(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)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue