Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdc2a2cf

Browse files
committed
Fix typo
In early development patches, "replication origins" were called "identifiers";almost everything was renamed, but these references to the old terminologywent unnoticed.Reported-by: Craig Ringer
1 parent39c2056 commitdc2a2cf

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
@@ -1091,7 +1091,7 @@ replorigin_session_setup(RepOriginId node)
10911091
{
10921092
ereport(ERROR,
10931093
(errcode(ERRCODE_OBJECT_IN_USE),
1094-
errmsg("replicationidentifier %d is already active for PID %d",
1094+
errmsg("replicationorigin %d is already active for PID %d",
10951095
curstate->roident,curstate->acquired_by)));
10961096
}
10971097

‎src/include/catalog/pg_proc.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10093,7 +10093,7 @@
1009310093
prosrc => 'pg_replication_origin_xact_reset' },
1009410094

1009510095
{ oid => '6012',
10096-
descr => 'advance replicationidentifier to specific location',
10096+
descr => 'advance replicationorigin to specific location',
1009710097
proname => 'pg_replication_origin_advance', provolatile => 'v',
1009810098
proparallel => 'u', prorettype => 'void', proargtypes => 'text pg_lsn',
1009910099
prosrc => 'pg_replication_origin_advance' },

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp