]> granicus.if.org Git - postgresql/commit
Stopgap patch for problem with cursors using hash joins: an ABORT
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Nov 2000 04:08:25 +0000 (04:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Nov 2000 04:08:25 +0000 (04:08 +0000)
commitae585b5c37eac14a255e4f0a544f5b9418a7bafc
tree13155869ee95066a8154a1c53b11a97386703a9a
parentef6bee30c5700609396555732064f38dbe621f98
Stopgap patch for problem with cursors using hash joins: an ABORT
would cause two attempts to delete the hashtable portal, one from
query shutdown and one from portalmem.c.  Fix by making hash portals
be treated as 'special' portal names, so that CollectNamedPortals
will not think it should delete them.  This code is in need of
complete rewrite (and is already largely rewritten in current
sources), but still need to put a finger in the dike for 7.0.*.
src/backend/utils/mmgr/portalmem.c