pgsql: Refactor bitmap heap scan in preparation for parallel support.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Refactor bitmap heap scan in preparation for parallel support.
Date: 2017-03-02 13:22:34
Message-ID: E1cjQgk-000843-RR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refactor bitmap heap scan in preparation for parallel support.

The final patch will be less messy if the prefetching support is
a bit better isolated, so do that.

Dilip Kumar, with some changes by me. The larger patch set of which
this is a part has been reviewed and tested by (at least) Andres
Freund, Amit Khandekar, Tushar Ahuja, Rafia Sabih, Haribabu Kommi, and
Thomas Munro.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9e0fe09fc5dc1135479b532d1806e28cbc5a35aa

Modified Files
--------------
src/backend/executor/nodeBitmapHeapscan.c | 148 ++++++++++++++++++------------
1 file changed, 88 insertions(+), 60 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-02 14:35:09 pgsql: Update documentation of tsquery_phrase().
Previous Message Robert Haas 2017-03-02 12:48:18 pgsql: Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitione