pgsql: doc: Correct description of restart_lsn in pg_replication_slots

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Correct description of restart_lsn in pg_replication_slots
Date: 2020-07-03 03:09:31
Message-ID: E1jrC4x-000665-N5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8f9b6d40570bd8991f18a089a8445cc5275c1f49

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

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2020-07-03 13:13:24 pgsql: Fix temporary tablespaces for shared filesets
Previous Message Fujii Masao 2020-07-03 03:09:23 pgsql: doc: Correct description of restart_lsn in pg_replication_slots