pgsql: Fix parallel bitmapscan tests on builds without USE_PREFETCH.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix parallel bitmapscan tests on builds without USE_PREFETCH.
Date: 2017-04-06 21:23:00
Message-ID: E1cwErs-00021X-7l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix parallel bitmapscan tests on builds without USE_PREFETCH.

This was broken in 5a5931533edd2.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d611517fc44ebbf7e0d563de6d4cd98fd342a762

Modified Files
--------------
src/test/regress/expected/select_parallel.out | 7 ++++++-
src/test/regress/sql/select_parallel.sql | 7 ++++++-
2 files changed, 12 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Joe Conway 2017-04-06 21:25:48 pgsql: Silence compiler warning in sepgsql
Previous Message Andres Freund 2017-04-06 21:19:04 Re: pgsql: Add infrastructure to support EphemeralNamedRelation references.