]> granicus.if.org Git - postgresql/commit
List wait events in alphabetical order
authorMichael Paquier <michael@paquier.xyz>
Wed, 24 Oct 2018 08:02:37 +0000 (17:02 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 24 Oct 2018 08:02:37 +0000 (17:02 +0900)
commit5ef037cf0b9e130120c5a788f1f1048f6242b076
tree5d1cd7ab815880ebc208b10b31a2aea1d514020c
parent5d7c703a44101f0d686fb66f4ff671429f46a84c
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.
doc/src/sgml/monitoring.sgml
src/backend/postmaster/pgstat.c
src/include/pgstat.h