pgsql: List wait events in alphabetical order

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: List wait events in alphabetical order
Date: 2018-10-24 08:06:48
Message-ID: E1gFEBk-00040o-8X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2018-10-24 14:57:56 pgsql: Correctly set t_self for heap tuples in expand_tuple
Previous Message Peter Eisentraut 2018-10-23 12:49:59 pgsql: Remove get_attidentity()