pgsql: This patch will ensure that the hash table iteration performed by

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: This patch will ensure that the hash table iteration performed by
Date: 2005-05-11 18:05:38
Message-ID: 20050511180538.1BD715442C@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Thomas Hallgren

Modified Files:
--------------
pgsql/src/backend/utils/mmgr:
portalmem.c (r1.78 -> r1.79)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mmgr/portalmem.c.diff?r1=1.78&r2=1.79)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-05-11 18:07:14 pgsql: a small tweak to enable display in the log file of database name
Previous Message Bruce Momjian 2005-05-11 17:58:35 pgsql: Fix pg_autovacuum -s flag to handle values > 2000 by using