Re: Assert failure when rechecking an exclusion constraint - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Assert failure when rechecking an exclusion constraint
Date
Msg-id 1307299715.2402.121.camel@jdavis
Whole thread Raw
In response to Re: Assert failure when rechecking an exclusion constraint  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Assert failure when rechecking an exclusion constraint
List pgsql-hackers
On Sun, 2011-06-05 at 14:17 -0400, Tom Lane wrote:
> Attached are two versions of a patch to fix this.  The second one
> modifies the code that tracks what's "pending" as per the above thought.
> I'm not entirely sure which one I like better ... any comments?

I think I'm missing something simple: if it's not in the pending list,
what prevents systable_beginscan() from using it?

Regards,Jeff Davis



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Assert failure when rechecking an exclusion constraint
Next
From: Jeff Davis
Date:
Subject: Range Types and extensions