Thread: pgsql: Fix typo

pgsql: Fix typo

From
Alvaro Herrera
Date:
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
------
REL_11_STABLE

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

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