Re: Patch to avoid SIGQUIT accident

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Patch to avoid SIGQUIT accident
Дата
Msg-id CA+Tgmoan158yFzQx8utHPgpAuOLWNw-_gKYg-yRayCx0P3E86w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Patch to avoid SIGQUIT accident  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Patch to avoid SIGQUIT accident  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sun, Oct 21, 2018 at 7:21 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> * SIGQUIT is a fairly well-known way to get out of an application when all
> else fails.  People who aren't familiar with psql's exit commands might
> find it pretty unfriendly of us to block this off.

Also, sometimes psql gets into a state where it doesn't respond to ^C,
but ^\ still kills it.  I don't know why that happens, but I've seen
it repeatedly.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Shared Memory: How to use SYSV rather than MMAP ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: mysql_fdw crash