This patch will ensure that the hash table iteration performed by
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/mmgr/portalmem.c | modified | +4 −7 |