Re: Patch that deals with that AtCommit_Portals encounters - Mailing list pgsql-patches

From Tom Lane
Subject Re: Patch that deals with that AtCommit_Portals encounters
Date
Msg-id 13987.1115838054@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch that deals with that AtCommit_Portals encounters  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Patch that deals with that AtCommit_Portals encounters  (Thomas Hallgren <thhal@mailblocks.com>)
List pgsql-patches
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

pgsql-patches by date:

Previous
From: "John Hansen"
Date:
Subject: Re: lastval()
Next
From: Thomas Hallgren
Date:
Subject: Re: Patch that deals with that AtCommit_Portals encounters