Re: BUG #2033: Assertion Failure: File: "procarray.c",

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joel Stevenson <joelstevenson(at)mac(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2033: Assertion Failure: File: "procarray.c",
Date: 2005-11-09 21:09:15
Message-ID: 19296.1131570555@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Joel Stevenson <joelstevenson(at)mac(dot)com> writes:
> I've been running the setup on 8.1b3 and 8.1RC1 without this
> particular Assertion failure, but had not been using the NOWAIT flag
> until today. During a period of perhaps 20 processes operating on
> the queue it looks like postgres failed this assertion 17 times, the
> first coming very shortly after the processes began and the rest
> following in quick succession.

BTW, I imagine that the apparent correlation to NOWAIT is occurring
because your client-side code was not checking to see if the NOWAIT
query had failed before trying to launch another query in the same
transaction.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Joel Stevenson 2005-11-09 21:35:27 Re: BUG #2033: Assertion Failure: File: "procarray.c",
Previous Message Tom Lane 2005-11-09 20:53:18 Re: BUG #2033: Assertion Failure: File: "procarray.c", Line: 492

Browse pgsql-hackers by date

  From Date Subject
Next Message Joel Stevenson 2005-11-09 21:35:27 Re: BUG #2033: Assertion Failure: File: "procarray.c",
Previous Message Tom Lane 2005-11-09 20:53:18 Re: BUG #2033: Assertion Failure: File: "procarray.c", Line: 492