Re: proposal: alternative psql commands quit and exit

From: Geoff Winkless <pgsqladmin(at)geoff(dot)dj>
To: Chapman Flack <chap(at)anastigmatix(dot)net>
Cc: Geoff Winkless <pgsqladmin(at)geoff(dot)dj>, Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, Everaldo Canuto <everaldo(dot)canuto(at)gmail(dot)com>, Vik Fearing <vik(dot)fearing(at)2ndquadrant(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: proposal: alternative psql commands quit and exit
Date: 2018-01-17 14:23:23
Message-ID: CAEzk6fcuuPrJ7cnaM8WVMRB5t7ufYjzYBmL5RhbbTxOG6S-Zmg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 17 January 2018 at 14:17, Chapman Flack <chap(at)anastigmatix(dot)net> wrote:
> Well, the usual use of SIGQUIT is to abort a process while generating
> a core dump so it can be post-mortem debugged, and the abort is immediate
> without any exit hooks in the process having a chance to execute, so
> maybe it isn't a habit we would want to inculcate for general use.

Ooooh ok :)

*facepalm*

Geoff

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-01-17 14:42:37 Re: Package version in PG_VERSION and version()
Previous Message Chapman Flack 2018-01-17 14:17:59 Re: proposal: alternative psql commands quit and exit