parallel bitmapscan isn't exercised in regression tests

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org, Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Subject: parallel bitmapscan isn't exercised in regression tests
Date: 2017-03-31 18:46:03
Message-ID: 20170331184603.qcp7t4md5bzxbx32@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

The parallel code-path isn't actually exercised in the tests added in
[1], as evidenced by [2] (they just explain). That imo needs to be
fixed.

Greetings,

Andres Freund

[1] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=f35742ccb7aa53ee3ed8416bbb378b0c3eeb6bb9
[2] https://coverage.postgresql.org/src/backend/executor/nodeBitmapHeapscan.c.gcov.html

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-03-31 18:48:05 Re: bumping HASH_VERSION to 3
Previous Message Peter Geoghegan 2017-03-31 18:42:50 Re: Allow to specify #columns in heap/index_form_tuple