pgsql: Update comment for ReplicationSlot.last_saved_restart_lsn - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Update comment for ReplicationSlot.last_saved_restart_lsn
Date
Msg-id E1udpJJ-0001TD-1f@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update comment for ReplicationSlot.last_saved_restart_lsn

Document that restart_lsn can go backwards and explain why this could happen.

Discussion: https://postgr.es/m/1d12d2-67235980-35-19a406a0%4063439497
Discussion: https://postgr.es/m/CAPpHfdvuyMrUg0Vs5jPfwLOo1M9B-GP5j_My9URnBX0B%3DnrHKw%40mail.gmail.com
Author: Hayato Kuroda <kuroda.hayato@fujitsu.com>
Co-authored-by: Amit Kapila <amit.kapila16@gmail.com>
Reviewed-by: Vignesh C <vignesh21@gmail.com>
Reviewed-by: Amit Kapila <amit.kapila16@gmail.com>
Reviewed-by: Alexander Korotkov <aekorotkov@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0810fbb02dbe70b8a7a7bcc51580827b8bbddbdc

Modified Files
--------------
src/include/replication/slot.h | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: pg_dump: include comments on not-null constraints on domains, to
Next
From: Richard Guo
Date:
Subject: pgsql: Centralize collection of catalog info needed early in the planne