pgsql: Fix typos in pgoutput.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos in pgoutput.c
Date: 2023-09-20 01:07:08
Message-ID: E1qilgJ-004rST-Qx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

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