Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3e77b2e

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 committedbefore confirmed_flush_lsn is not available anymore.Author: Ashutosh SharmaReviewd by: Ashutosh BapatDiscussion:https://postgr.es/m/CAE9k0P=hiqRXUonnmtS-5Pu8SbO=yF6vcrVBcfEf2+93ng_f5Q@mail.gmail.com
1 parent233cf6e commit3e77b2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/system-views.sgml‎

Lines changed: 3 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp