]> granicus.if.org Git - postgresql/commit
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)
commitc5c1cc3bf864b9783231b5b214f22d7b662b360f
tree658db05b928a5636de97a8b802dabfe47ed11a56
parentbe1cc6955c80b790dc1054239ce0d92bf1ca8108
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