Skip to content

Commit 8f75e8e

Browse files
committed
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
1 parent bbd9366 commit 8f75e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/replication/logical/origin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ replorigin_session_setup(RepOriginId node)
11001100
{
11011101
ereport(ERROR,
11021102
(errcode(ERRCODE_OBJECT_IN_USE),
1103-
errmsg("replication identifier %d is already active for PID %d",
1103+
errmsg("replication origin %d is already active for PID %d",
11041104
curstate->roident, curstate->acquired_by)));
11051105
}
11061106

src/include/catalog/pg_proc.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10555,7 +10555,7 @@
1055510555
prosrc => 'pg_replication_origin_xact_reset' },
1055610556

1055710557
{ oid => '6012',
10558-
descr => 'advance replication identifier to specific location',
10558+
descr => 'advance replication origin to specific location',
1055910559
proname => 'pg_replication_origin_advance', provolatile => 'v',
1056010560
proparallel => 'u', prorettype => 'void', proargtypes => 'text pg_lsn',
1056110561
prosrc => 'pg_replication_origin_advance' },

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy