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

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: 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 21:19:29
Message-ID: CAKFQuwYSMMDS9vDYHqvk46HaDb2BbHPHmrZ=EaMsOCTfnek1cg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Fri, Jul 13, 2018 at 12:22 PM, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
wrote:

> 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?
>
>
​I think...​

​...or if we're serially executing a[n] index only scan that was intended
to be [executed in] parallel​

s/​intended​/planned/ ?

David J.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-07-13 21:56:40 Re: pgsql: Fix parallel index and index-only scans to fall back to serial.
Previous Message Peter Eisentraut 2018-07-13 19:30:52 pgsql: Update documentation editor setup instructions

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-07-13 21:23:40 Re: cannot restore schema with is not distinct from on hstore since PG 9.6.8
Previous Message David G. Johnston 2018-07-13 21:17:30 Re: cannot restore schema with is not distinct from on hstore since PG 9.6.8