pgsql: Doc: split up wait_event table.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: split up wait_event table.
Дата
Msg-id E1jZ4gC-0007jZ-Iy@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: split up wait_event table.

The previous design for this table didn't really work in narrow views,
such as PDF output; besides which its reliance on large morerows
values made it a pain to maintain (cf ab3e4fbd5, for example).

I experimented with a couple of ways to fix it, but the best and
simplest is to split it up into a separate table for each event
type category.

I also rearranged the event ordering to be strictly alphabetical,
as nobody would ever be able to find entries otherwise.

There is work afoot to revise the set of event names described
in this table, but this commit just changes the layout, not the
contents.

In passing, add a missing entry to pg_locks.locktype,
and cross-reference that to the related wait event list.

Discussion: https://postgr.es/m/6916.1589146280@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4fa8bd392d02637b4e4f27b79c06079e47765cbc

Modified Files
--------------
doc/src/sgml/catalogs.sgml   |    4 +-
doc/src/sgml/monitoring.sgml | 2337 +++++++++++++++++++++++-------------------
2 files changed, 1264 insertions(+), 1077 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: reformat catalog/view description tables.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Fix pg_recvlogical avoidance of superfluous Standby Status Updat