pgsql: This patch will ensure that the hash table iteration performed by - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: This patch will ensure that the hash table iteration performed by
Date
Msg-id 20050511180538.1BD715442C@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix pg_autovacuum -s flag to handle values > 2000 by using
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: a small tweak to enable display in the log file of database name