pgsql: Doc: Clarify the `inactive_since` field description.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Clarify the `inactive_since` field description.
Date: 2024-11-25 05:55:54
Message-ID: E1tFS4g-003QIq-4k@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Clarify the `inactive_since` field description.

Updated to specify that it represents the exact time a slot became
inactive, rather than the period of inactivity.

Reported-by: Peter Smith
Author: Bruce Momjian, Nisha Moond
Reviewed-by: Amit Kapila, Peter Smith
Backpatch-through: 17
Discussion: https://postgr.es/m/CAHut+PuvsyA5v8y7rYoY9mkDQzUhwaESM05yCByTMaDoRh30tA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d05a387d9d78a65db2c960d4f309a2649d183066

Modified Files
--------------
doc/src/sgml/system-views.sgml | 24 +++++++++++++-----------
src/backend/replication/logical/slotsync.c | 2 +-
src/include/replication/slot.h | 6 +++++-
3 files changed, 19 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-11-25 07:07:38 pgsql: Remove the wrong assertion from match_orclause_to_indexcol()
Previous Message Michael Paquier 2024-11-25 00:43:28 pgsql: Simplify some SPI tests of PL/Python