Skip to content

Commit 27224e6

Browse files
committed
doc: Remove incorrect note about wal_status in pg_replication_slots.
The documentation previously stated that the wal_status column is NULL if 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.com Backpatch-through: 13
1 parent 445bd37 commit 27224e6

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
@@ -2495,8 +2495,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
24952495
</itemizedlist>
24962496
The last two states are seen only when
24972497
<xref linkend="guc-max-slot-wal-keep-size"/> is
2498-
non-negative. If <structfield>restart_lsn</structfield> is NULL, this
2499-
field is null.
2498+
non-negative.
25002499
</para></entry>
25012500
</row>
25022501

0 commit comments

Comments
 (0)