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