- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit0cd7fca
committed
doc: Update outdated descriptions of wal_status in pg_replication_slots.
The documentation for pg_replication_slots previously mentioned onlymax_slot_wal_keep_size as a condition under which the wal_status columncould show unreserved or lost. However, since commitbe87200,replication slots can also be invalidated due to horizon or wal_level,and since commitac0e331, idle_replication_slot_timeout can alsotrigger this state.This commit updates the description of the wal_status column toreflect that max_slot_wal_keep_size is not the only cause of the lost state.Back-patched to v16, where the additional invalidation cases were introduced.Author: Fujii Masao <masao.fujii@gmail.com>Reviewed-by: Hayato Kuroda <kuroda.hayato@fujitsu.com>Reviewed-by: Nisha Moond <nisha.moond412@gmail.com>Discussion:https://postgr.es/m/78b34e84-2195-4f28-a151-5d204a382fdd@oss.nttdata.comBackpatch-through: 161 parent8af310b commit0cd7fca
1 file changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2819 | 2819 | | |
2820 | 2820 | | |
2821 | 2821 | | |
2822 | | - | |
| 2822 | + | |
| 2823 | + | |
| 2824 | + | |
2823 | 2825 | | |
2824 | 2826 | | |
2825 | 2827 | | |
2826 | 2828 | | |
2827 | 2829 | | |
2828 | | - | |
2829 | | - | |
| 2830 | + | |
2830 | 2831 | | |
2831 | 2832 | | |
2832 | 2833 | | |
2833 | | - | |
2834 | | - | |
2835 | | - | |
2836 | 2834 | | |
2837 | 2835 | | |
2838 | 2836 | | |
| |||
0 commit comments
Comments
(0)