]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 21 Aug 2019 15:12:44 +0000 (11:12 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 21 Aug 2019 15:12:44 +0000 (11:12 -0400)
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
src/backend/replication/logical/origin.c

index 7b1385968cafb114629f48dd9f9864fd6d854c1a..16634bf225d2c91d65a2a6bc48f8b4b039eab4ca 100644 (file)
@@ -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)));
                }