Re: SIGPIPE does not try to cancel a query

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bastian Blank <bastian(at)waldi(dot)eu(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SIGPIPE does not try to cancel a query
Date: 2004-05-20 17:34:48
Message-ID: 2779.1085074488@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bastian Blank <bastian(at)waldi(dot)eu(dot)org> writes:
> Several times I killed clients which issued a longtime query. The
> clients don't cancel the query and closes the connection. The backend
> ignores the delivered SIGPIPE instead of counting it as a cancelation
> request like SIGINT/TERM.

That's intentional.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-05-20 17:41:34 Re: commit messages from gforge -> pgsql-committers
Previous Message Tom Lane 2004-05-20 17:15:28 Re: AIX Compilation Fun with 7.5 CVS