pgsql: Doc: Improve the description of confirmed_flush_lsn in pg_replic - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: Improve the description of confirmed_flush_lsn in pg_replic
Date
Msg-id E1oqnXc-000LVd-F4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: Improve the description of confirmed_flush_lsn in pg_replication_slots.

Make it clear that the data corresponding to the transactions committed
before confirmed_flush_lsn is not available anymore.

Author: Ashutosh Sharma
Reviewd by: Ashutosh Bapat
Discussion: https://postgr.es/m/CAE9k0P=hiqRXUonnmtS-5Pu8SbO=yF6vcrVBcfEf2+93ng_f5Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3e77b2eb3466aff9fe19e209ebc0d899ea869494

Modified Files
--------------
doc/src/sgml/system-views.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Remove outdated include
Next
From: Etsuro Fujita
Date:
Subject: pgsql: Correct error message for row-level triggers with transition tab