Re: What is causing 'canceling statement due to user request' ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
Cc: Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: What is causing 'canceling statement due to user request' ?
Date: 2006-10-24 14:49:30
Message-ID: 8778.1161701370@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Csaba Nagy <nagy(at)ecircle-ag(dot)com> writes:
> I wonder if there is any other scenario which can trigger this error ?

Anything sending SIGINT to a backend process would result in this
behavior. We've heard rumors that there are platforms wherein SIGINT
is used for strange purposes like enforcing process-runtime limits.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2006-10-24 14:50:17 Re: What is causing 'canceling statement due to user request' ?
Previous Message Shane Wright 2006-10-24 14:47:52 Re: recovery from xid wraparound