Re: Assert failure when rechecking an exclusion constraint

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Noah Misch <noah(at)leadboat(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Assert failure when rechecking an exclusion constraint
Date: 2011-06-06 02:23:33
Message-ID: 1307327013.2402.129.camel@jdavis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 2011-06-05 at 15:09 -0400, Tom Lane wrote:
> so once we've set the index as the currentlyReindexedIndex, there's
> no need for it still to be in pendingReindexedIndexes.

OK. The second version of the patch looks good to me.

Regards,
Jeff Davis

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-06-06 02:33:06 Re: Assert failure when rechecking an exclusion constraint
Previous Message Robert Haas 2011-06-06 02:16:32 Re: reducing the overhead of frequent table locks - now, with WIP patch