This patch will ensure that the hash table iteration performed by

Bruce Momjian <bruce@momjian.us>

Commit: c5c1cc3bf864b9783231b5b214f22d7b662b360f
Author: Bruce Momjian <bruce@momjian.us>
Date: 2005-05-11T18:05:37Z
Releases: 8.1.0
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

Files

PathChange+/−
src/backend/utils/mmgr/portalmem.c modified +4 −7