Re: [HACKERS] Allow interrupts on waiting standby

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [HACKERS] Allow interrupts on waiting standby
Дата
Msg-id CAB7nPqS6LX1Fyasqw-E0j3HWv-PifVXUgoV08DubFOeSfmuQ-A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Allow interrupts on waiting standby  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: [HACKERS] Allow interrupts on waiting standby  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Re: [HACKERS] Allow interrupts on waiting standby  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, Jan 27, 2017 at 10:17 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> Two things I forgot in this patch:
> - documentation for the new wait event
> - the string for the wait event or this would show up as "???" in
> pg_stat_activity.
> There are no default clauses in the pgstat_get_wait_* routines so my
> compiler is actually complaining...

Both things are fixed in the new version attached. I have added as
well this patch to the next commit fest:
https://commitfest.postgresql.org/13/977/
-- 
Michael

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Improvements in psql hooks for variables
Следующее
От: Stephen Frost
Дата:
Сообщение: [HACKERS] Fix handling of ALTER DEFAULT PRIVILEGES