Re: Cursor on an INTERSECT query assertion fails

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com>
Cc: "PostgreSQL Bugs" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Cursor on an INTERSECT query assertion fails
Date: 2007-10-22 17:05:47
Message-ID: 8567.1193072747@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Heikki Linnakangas" <heikki(at)enterprisedb(dot)com> writes:
> TRAP: FailedAssertion("!(parse->utilityStmt == ((void *)0))", File:
> "prepunion.c", Line: 114)

> ISTM the Assertion is just bogus, and can be removed.

Good catch --- this used to be OK but I'd changed the parsetree
representation of DECLARE CURSOR, so it's now bogus. Removed.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bill Moran 2007-10-22 20:37:12 BUG #3692: Conflicting create table statements throw unexpected error
Previous Message Tom Lane 2007-10-22 16:51:11 Re: BUG #3691: bug in pg_restore