pgsql: doc: Add description of some missing monitoring functions

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: doc: Add description of some missing monitoring functions
Дата
Msg-id E1peuqo-004nSP-Vj@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: Add description of some missing monitoring functions

This commit adds some documentation about two monitoring functions:
- pg_stat_get_xact_blocks_fetched()
- pg_stat_get_xact_blocks_hit()

The description of these functions has been removed in ddfc2d9, later
simplified by 5f2b089, assuming that all the functions whose
descriptions were removed are used in system views.  Unfortunately, some
of them were are not used in any system views, so they lacked
documentation.

This gap exists in the docs for a long time, so backpatch all the way
down.

Reported-by: Michael Paquier
Author: Bertrand Drouvot
Reviewed-by: Kyotaro Horiguchi
Discussion: https://postgr.es/m/ZBeeH5UoNkTPrwHO@paquier.xyz
Backpatch-through: 11

Branch
------
REL_11_STABLE

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

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


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix a couple of typos
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Teach verify_heapam() to validate update chains within a page.