]> granicus.if.org Git - postgresql/commit
Allow hash joins to be interrupted while searching hash table for match.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 1 Jun 2011 21:01:59 +0000 (17:01 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 1 Jun 2011 21:01:59 +0000 (17:01 -0400)
commit0c99d41ec887051fb0cc6e35e358ecc936a13584
tree96eddd8f2880c1772595a2b7396488451e635a46
parent596b0c213f2f7ffa72d0d5b68e1da91c366dc72b
Allow hash joins to be interrupted while searching hash table for match.

Per experimentation with a recent example, in which unreasonable amounts
of time could elapse before the backend would respond to a query-cancel.

This might be something to back-patch, but the patch doesn't apply cleanly
because this code was rewritten for 9.1.  Given the lack of field
complaints I won't bother for now.

Cédric Villemain
src/backend/executor/nodeHashjoin.c