pgsql: Introduce a WaitEventSet for the stats collector.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Introduce a WaitEventSet for the stats collector.
Дата
Msg-id E1k11OW-0000YF-Lw@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Introduce a WaitEventSet for the stats collector.

This avoids avoids some epoll/kqueue system calls for every wait.

Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://postgr.es/m/CA%2BhUKGJAC4Oqao%3DqforhNey20J8CiG2R%3DoBPqvfR0vOJrFysGw%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e7591fd3cae6c64236ef29d3c87e69b96608a19b

Modified Files
--------------
src/backend/postmaster/pgstat.c | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Backpatch tuplesort.c assertion.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Mention index references in pg_inherits