pgsql: Doc: Clarify the `inactive_since` field description. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: Clarify the `inactive_since` field description.
Date
Msg-id E1tFS4g-003QIq-4k@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Simplify some SPI tests of PL/Python
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Remove the wrong assertion from match_orclause_to_indexcol()