Re: Assertion failure with a subtransaction and cursor - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Assertion failure with a subtransaction and cursor
Date
Msg-id 8804.1259853665@sss.pgh.pa.us
Whole thread Raw
In response to Re: Assertion failure with a subtransaction and cursor  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: Assertion failure with a subtransaction and cursor  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-bugs
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> Ok, committed that way. I made the cross-check a WARNING. That seems
> like the right level of seriousness, although I see that many of the
> other similar checks are Asserts.

Looks good.  I'm a bit tempted to rename the interXact argument to
something like noOwner --- no change in API, just name it a bit closer
to what it actually does now.  Thoughts?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Robert Haas
Date:
Subject: Re: BUG #5230: Limit operator slows down
Next
From: "Thomas Hamilton"
Date:
Subject: BUG #5231: SELECT DISTINCT poorly implemented vs SELECT ... GROUP BY