8000 doc: Remove incorrect note about wal_status in pg_replication_slots. · postgres/postgres@4ef4b9b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ef4b9b

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 5c63952 commit 4ef4b9b

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
@@ -2491,8 +2491,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
24912491
</itemizedlist>
24922492
The last two states are seen only when
24932493
<xref linkend="guc-max-slot-wal-keep-size"/> is
2494-
non-negative. If <structfield>restart_lsn</structfield> is NULL, this
2495-
field is null.
2494+
non-negative.
24962495
</para></entry>
24972496
</row>
24982497

0 commit comments

Comments
 (0)
290B
0