pgsql: Allow hash joins to be interrupted while searching hash table fo

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow hash joins to be interrupted while searching hash table fo
Date: 2011-06-01 21:02:19
Message-ID: E1QRsYV-0003HO-Tc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0c99d41ec887051fb0cc6e35e358ecc936a13584

Modified Files
--------------
src/backend/executor/nodeHashjoin.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-06-02 17:05:16 pgsql: Implement getpeereid() as a src/port compatibility function.
Previous Message Peter Eisentraut 2011-06-01 19:23:02 pgsql: Some copy editing of the release notes