This patch will ensure that the hash table iteration performed by
authorBruce Momjian <bruce@momjian.us>
Wed, 11 May 2005 18:05:37 +0000 (18:05 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 11 May 2005 18:05:37 +0000 (18:05 +0000)
commit561894ace0bbe44b08706409e9115033f3ee177f
tree31791c157cb3542408996f9aa7eec5b5d3336057
parentff57df1c5a3926a51b180031c3f19c3b6a8987f9
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
src/backend/utils/mmgr/portalmem.c