From f4ae7221413d5176e4d5a49883217ea87312104a Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Mon, 17 Feb 2020 16:16:08 +0900 Subject: Add description about GSSOpenServer wait event into document. This commit also updates wait event enum into alphabetical order. Previously the enum entry for GSSOpenServer was added out-of-order. Back-patch to v12 where commit b0b39f72b9 introduced GSSOpenServer wait event. In v12, the commit doesn't include the update of wait event enum, not to break ABI. Author: Fujii Masao Reviewed-by: Michael Paquier Discussion: https://postgr.es/m/949931aa-4ed4-d867-a7b5-de9c02b2292b@oss.nttdata.com --- src/include/pgstat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/pgstat.h') diff --git a/src/include/pgstat.h b/src/include/pgstat.h index aecb6013f00..3a65a516962 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -799,13 +799,13 @@ typedef enum { WAIT_EVENT_CLIENT_READ = PG_WAIT_CLIENT, WAIT_EVENT_CLIENT_WRITE, + WAIT_EVENT_GSS_OPEN_SERVER, WAIT_EVENT_LIBPQWALRECEIVER_CONNECT, WAIT_EVENT_LIBPQWALRECEIVER_RECEIVE, WAIT_EVENT_SSL_OPEN_SERVER, WAIT_EVENT_WAL_RECEIVER_WAIT_START, WAIT_EVENT_WAL_SENDER_WAIT_WAL, WAIT_EVENT_WAL_SENDER_WRITE_DATA, - WAIT_EVENT_GSS_OPEN_SERVER, } WaitEventClient; /* ---------- -- cgit v1.2.3