pgsql: doc: Correct description of restart_lsn in pg_replication_slots - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Correct description of restart_lsn in pg_replication_slots
Date
Msg-id E1jrC4p-00065V-V2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Correct description of restart_lsn in pg_replication_slots

Previously the document explained that restart_lsn indicates the LSN of
oldest WAL won't be automatically removed during checkpoints. But
since v13 this was no longer true thanks to max_slot_wal_keep_size.

Back-patch to v13 where max_slot_wal_keep_size was added.

Author: Fujii Masao
Discussion: https://postgr.es/m/6497f1e9-3148-c5da-7e49-b2fddad9a42f@oss.nttdata.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/95a604eaebd145729d9f8c936b37703a212f27fd

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Change default of pg_stat_statements.track_planning to off.
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Correct description of restart_lsn in pg_replication_slots