Re: Patch to avoid SIGQUIT accident - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Patch to avoid SIGQUIT accident
Date
Msg-id CA+Tgmoan158yFzQx8utHPgpAuOLWNw-_gKYg-yRayCx0P3E86w@mail.gmail.com
Whole thread Raw
In response to Re: Patch to avoid SIGQUIT accident  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Patch to avoid SIGQUIT accident
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: Shared Memory: How to use SYSV rather than MMAP ?
Next
From: Tom Lane
Date:
Subject: Re: mysql_fdw crash