pgsql: Fix some comments related to logical repslot advancing

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some comments related to logical repslot advancing
Date: 2019-12-26 13:27:15
Message-ID: E1ikTAZ-0005qn-2S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1b2356a2911ca84eefdf5dcb7f574677b8879c80

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-12-26 14:46:06 Re: pgsql: Rename files and headers related to index AM
Previous Message Michael Paquier 2019-12-26 08:04:17 pgsql: Refactor code dedicated to index vacuuming in vacuumlazy.c