Re: Cursor on an INTERSECT query assertion fails - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Cursor on an INTERSECT query assertion fails
Date
Msg-id 8567.1193072747@sss.pgh.pa.us
Whole thread Raw
In response to Cursor on an INTERSECT query assertion fails  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
List pgsql-bugs
"Heikki Linnakangas" <heikki@enterprisedb.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #3691: bug in pg_restore
Next
From: "Bill Moran"
Date:
Subject: BUG #3692: Conflicting create table statements throw unexpected error