pgsql: Fix typo - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix typo
Date
Msg-id E1i0SJO-0004v9-AH@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8f75e8e44609335e6bdd73123284682235f242a2

Modified Files
--------------
src/backend/replication/logical/origin.c | 2 +-
src/include/catalog/pg_proc.dat          | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove unnecessary test dependency on the contents ofpg_pltempl
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Remove configure detection of crypt()