pgsql: Fix typo

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo
Date: 2019-08-21 15:14:10
Message-ID: E1i0SJO-0004vH-Bk@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fe7262f0d8cea4fd6a64bb1361da5d7e47040d86

Modified Files
--------------
src/backend/replication/logical/origin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-08-21 20:15:08 pgsql: Remove configure detection of crypt()
Previous Message Tom Lane 2019-08-21 14:43:30 pgsql: Remove unnecessary test dependency on the contents of pg_pltempl