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

Skip to content

Commit f062e43

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 e35a017 commit f062e43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11595,8 +11595,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
1159511595
</itemizedlist>
1159611596
The last two states are seen only when
1159711597
<xref linkend="guc-max-slot-wal-keep-size"/> is
11598-
non-negative. If <structfield>restart_lsn</structfield> is NULL, this
11599-
field is null.
11598+
non-negative.
1160011599
</para></entry>
1160111600
</row>
1160211601

0 commit comments

Comments
 (0)
0