Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> This patch will ensure that the hash table iteration performed by
>> AtCommit_Portals is restarted when a portal is deleted.
> I have applied the following patch. I assume it is too risky for
> backpatch to 8.0.X.
I don't think it's appropriate in HEAD either --- it doesn't solve the
problem, and it is an expensive way of not doing so :-(
regards, tom lane