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

Commitf0151e2

Browse files
committed
doc: Remove incorrect note about wal_status in pg_replication_slots.
The documentation previously stated that the wal_status column is NULLif restart_lsn is NULL in the pg_replication_slots view. This is incorrect,and wal_status can be "lost" even when restart_lsn is NULL.This commit removes the incorrect description.Back-patched to all supported versions.Author: Fujii Masao <masao.fujii@gmail.com>Reviewed-by: Nisha Moond <nisha.moond412@gmail.com>Discussion:https://postgr.es/m/c9d23cdc-b5dd-455a-8ee9-f1f24d701d89@oss.nttdata.comBackpatch-through: 13
1 parent5d08000 commitf0151e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2832,8 +2832,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
28322832
</itemizedlist>
28332833
The last two states are seen only when
28342834
<xref linkend="guc-max-slot-wal-keep-size"/> is
2835-
non-negative. If <structfield>restart_lsn</structfield> is NULL, this
2836-
field is null.
2835+
non-negative.
28372836
</para></entry>
28382837
</row>
28392838

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp