pgsql: Fix some comments related to logical repslot advancing - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix some comments related to logical repslot advancing
Date
Msg-id E1ikTAZ-0005qj-1V@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix some comments related to logical repslot advancing

confirmed_flush is part of a replication slot's information, but not
confirmed_lsn.

Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20191226.175919.17237335658671970.horikyota.ntt@gmail.com
Backpatch-through: 11

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/044b319cd77c589507291f9591994093ad30931d

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Refactor code dedicated to index vacuuming in vacuumlazy.c
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Rename files and headers related to index AM