- Notifications
You must be signed in to change notification settings - Fork5.2k
Commitf0151e2
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: 131 parent5d08000 commitf0151e2
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2832 | 2832 | | |
2833 | 2833 | | |
2834 | 2834 | | |
2835 | | - | |
2836 | | - | |
| 2835 | + | |
2837 | 2836 | | |
2838 | 2837 | | |
2839 | 2838 | | |
| |||
0 commit comments
Comments
(0)