doc: Clarify meaning of "idle" in idle_replication_slot_timeout. This commit updates the documentation to clarify that "idle" in idle_replication_slot_timeout means the replication slot is inactive, that is, not currently used by any replication connection.
Without this clarification, "idle" could be misinterpreted to mean that the slot is not advancing or that no data is being streamed, even if a connection exists. Back-patch to v18 where idle_replication_slot_timeout was added. Author: Laurenz Albe <laurenz.a...@cybertec.at> Reviewed-by: David G. Johnston <david.g.johns...@gmail.com> Reviewed-by: Gunnar Morling <gunnar.morl...@googlemail.com> Reviewed-by: Amit Kapila <amit.kapil...@gmail.com> Reviewed-by: Fujii Masao <masao.fu...@gmail.com> Discussion: https://postgr.es/m/CADGJaX_0+FTguWpNSpgVWYQP_7MhoO0D8=cp4xozsqgaz40...@mail.gmail.com Backpatch-through: 18 Branch ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/afb64a56d9c13d0bcd32c00e9a4482106217ed96 Modified Files -------------- doc/src/sgml/config.sgml | 10 ++++++---- doc/src/sgml/system-views.sgml | 2 +- src/backend/replication/slot.c | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-)