pgsql: List wait events in alphabetical order

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: List wait events in alphabetical order
Дата
Msg-id E1gFEBk-00040o-8X@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
List wait events in alphabetical order

This changes the documentation, and the related structures so as
everything is consistent.

Some wait events were not listed alphabetically since their
introduction, others have been added rather randomly.  Keeping all those
entries in order helps in maintenance, and helps the user looking at the
documentation.

Author: Michael Paquier, Kuntal Ghosh
Discussion: https://postgr.es/m/20181024002539.GI1658@paquier.xyz
Backpatch-through: 10, only for the documentation part to avoid an ABI
breakage.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5ef037cf0b9e130120c5a788f1f1048f6242b076

Modified Files
--------------
doc/src/sgml/monitoring.sgml    | 24 ++++++++++++------------
src/backend/postmaster/pgstat.c | 18 +++++++++---------
src/include/pgstat.h            | 12 ++++++------
3 files changed, 27 insertions(+), 27 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove get_attidentity()
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Correctly set t_self for heap tuples in expand_tuple