pgsql: doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit
Дата
Msg-id E1pjpds-001OUD-BS@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit}

The explanation describing the dependency to system read() calls for
these two functions has been removed in ddfc2d9.  And after more
discussion about d69c404, we have concluded that adding more details
makes them easier to understand.

While on it, use the term "block read requests" (maybe found in cache)
rather than "buffers fetched" and "buffer hits".

Per discussion with Melanie Plageman, Kyotaro Horiguchi, Bertrand
Drouvot and myself.

Discussion: https://postgr.es/m/CAAKRu_ZmdiScT4q83OAbfmR5AH-L5zWya3SXjaxiJvhCob-e2A@mail.gmail.com
Backpatch-through: 11

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Fix MSVC warning introduced in ea1db8ae70.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: sequences: Lock buffer before initializing page