pgsql: Fix typos in pgoutput.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix typos in pgoutput.c
Date
Msg-id E1qilgJ-004rST-Qx@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typos in pgoutput.c

RelationSyncCache was mentioned in two comments under a different name.
Issue noticed while reviewing a different patch touching the same area.

Introduced by 665d1fad99e7.

Discussion: https://postgr.es/m/ZQk1Ca_eFDTmBiZy@paquier.xyz

Branch
------
master

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

Modified Files
--------------
src/backend/replication/pgoutput/pgoutput.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: psql: Reset query buffer of \e, \ef and \ev on error
Next
From: Nathan Bossart
Date:
Subject: pgsql: Remove open-coded binary heap in pg_dump_sort.c.