pgsql: Doc: Move pg_stat_replication_slots view to "Collected Statistic

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Doc: Move pg_stat_replication_slots view to "Collected Statistic
Дата
Msg-id E1mW8tL-0002R2-Q8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: Move pg_stat_replication_slots view to "Collected Statistics Views" section.

Commit 9868167500 added pg_stat_replication_slots view to monitor
ReorderBuffer stats but mistakenly added it under
"Dynamic Statistics Views" section in the docs whereas it belongs to
"Collected Statistics Views" section.

Author: Amit Kapila
Reviewed-by: Masahiko Sawada
Backpatch-through: 14, where it was introduced
Discussion: https://postgr.es/m/CAA4eK1Kb5ur=OC-G4cAsqPOjoVe+S8LNw1WmUY8Owasjk8o5WQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2d44dee0281a1abf0dcb1548c910fae067f1d34d

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Ensure interleaved_parts field is always initialized
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix Portal snapshot tracking to handle subtransactions properly.