mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
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
This commit is contained in:
@@ -2413,8 +2413,9 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The address (<literal>LSN</literal>) up to which the logical
|
The address (<literal>LSN</literal>) up to which the logical
|
||||||
slot's consumer has confirmed receiving data. Data older than this is
|
slot's consumer has confirmed receiving data. Data corresponding to the
|
||||||
not available anymore. <literal>NULL</literal> for physical slots.
|
transactions committed before this <literal>LSN</literal> is not
|
||||||
|
available anymore. <literal>NULL</literal> for physical slots.
|
||||||
</para></entry>
|
</para></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user