Skip to content

Commit 3e77b2e

Browse files
author
Amit Kapila
committed
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
1 parent 233cf6e commit 3e77b2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/system-views.sgml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2413,8 +2413,9 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
24132413
</para>
24142414
<para>
24152415
The address (<literal>LSN</literal>) up to which the logical
2416-
slot's consumer has confirmed receiving data. Data older than this is
2417-
not available anymore. <literal>NULL</literal> for physical slots.
2416+
slot's consumer has confirmed receiving data. Data corresponding to the
2417+
transactions committed before this <literal>LSN</literal> is not
2418+
available anymore. <literal>NULL</literal> for physical slots.
24182419
</para></entry>
24192420
</row>
24202421

0 commit comments

Comments
 (0)