Re: pgsql: Fix parallel index and index-only scans to fall back to serial.

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Robert Haas <rhaas(at)postgresql(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Subject: Re: pgsql: Fix parallel index and index-only scans to fall back to serial.
Date: 2018-07-13 19:22:42
Message-ID: 1fec9022-41e8-e484-70ce-2179b08c2092@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Hi!

I just bumped into this comment, from commit 09529a70bb5, and I can't
make sense of it:

> + /*
> + * We reach here if the index only scan is not parallel, or if we're
> + * executing a index only scan that was intended to be parallel
> + * serially.
> + */

What was that intended to say?

- Heikki

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-07-13 19:30:52 pgsql: Update documentation editor setup instructions
Previous Message Tom Lane 2018-07-13 18:17:06 pgsql: Fix crash in json{b}_populate_recordset() and json{b}_to_records

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeremy Finzel 2018-07-13 19:30:58 Logical decoding from promoted standby with same replication slot
Previous Message Andrey Borodin 2018-07-13 18:28:48 Re: GiST VACUUM