Re: Patch that deals with that AtCommit_Portals encounters

From: Neil Conway <neilc(at)samurai(dot)com>
To: Thomas Hallgren <thhal(at)mailblocks(dot)com>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Patch that deals with that AtCommit_Portals encounters
Date: 2005-03-16 01:26:59
Message-ID: 42378B63.1090608@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Thomas Hallgren wrote:
> This patch will ensure that the hash table iteration performed by
> AtCommit_Portals is restarted when a portal is deleted. This is
> necessary since the deletion of a portal may cause the deletion of
> another which on rare occations may cause the iterator to return a
> deleted portal an thus a renewed attempt delete.

I'll apply this to HEAD within 24 hours, barring any objections.

-Neil

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2005-03-16 02:50:32 contrib/pg_buffercache
Previous Message Alvaro Herrera 2005-03-16 00:21:02 Re: COPY CSV header line feature