Patch that deals with that AtCommit_Portals encounters deleted entries

From: Thomas Hallgren <thhal(at)mailblocks(dot)com>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Patch that deals with that AtCommit_Portals encounters deleted entries
Date: 2005-02-27 18:19:22
Message-ID: thhal-0rKf9ArUNxycdrV+HrlHD7RCK+KuCb9@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

Regards,
Thomas Hallgren

Attachment Content-Type Size
portalpatch.diff text/plain 1.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2005-02-27 19:19:46 Re: [PATCHES] A way to let Vacuum warn if FSM settings are low.
Previous Message Magnus Hagander 2005-02-27 18:07:16 snprintf causes regression tests to fail