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
src/include/catalog/pg_proc.h

index c554b05e1a0c4604023dd18f1938d2b7d284776e..9b8b34ea88e1d693fb57632083dcfff82f7ba7fc 100644 (file)
@@ -1092,7 +1092,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)));
                }
 
index b083ef7ecd3e1eff9315ae71e0eccc274ee674b2..6a01566bb6841050ccc2ae60e10875c14ba4f4ce 100644 (file)
@@ -5425,7 +5425,7 @@ DATA(insert OID = 6011 ( pg_replication_origin_xact_reset PGNSP PGUID 12 1 0 0 0
 DESCR("reset the transaction's origin lsn and timestamp");
 
 DATA(insert OID = 6012 ( pg_replication_origin_advance PGNSP PGUID 12 1 0 0 0 f f f f t f v u 2 0 2278 "25 3220" _null_ _null_ _null_ _null_ _null_ pg_replication_origin_advance _null_ _null_ _null_ ));
-DESCR("advance replication identifier to specific location");
+DESCR("advance replication origin to specific location");
 
 DATA(insert OID = 6013 ( pg_replication_origin_progress PGNSP PGUID 12 1 0 0 0 f f f f t f v u 2 0 3220 "25 16" _null_ _null_ _null_ _null_ _null_ pg_replication_origin_progress _null_ _null_ _null_ ));
 DESCR("get an individual replication origin's replication progress");