Re: ERROR: canceling query due to user request

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Iain" <iain(at)mst(dot)co(dot)jp>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: ERROR: canceling query due to user request
Date: 2003-12-19 18:11:06
Message-ID: 10665.1071857466@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Iain" <iain(at)mst(dot)co(dot)jp> writes:
> This is typical of the errors I got:
> pg_dump: ERROR: canceling query due to user request

If you didn't actually do anything to cancel the query, then this
indicates that something is sending SIGINT signals to the backend
process. I'd bet on a "ulimit" or equivalent resource-limit setting
being tripped. Check what conditions the postmaster is being started
under --- generally, you do not want *any* active ulimit restrictions
on the server processes.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2003-12-19 18:12:58 Re: FATAL: unrecognized configuration parameter "show_statement_stats"
Previous Message Priya G 2003-12-19 17:15:27 Help needed Please !!!!!incremental backups possible in 7.3 or 7.4?