Re: [HACKERS] Parallel Index-only scan - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [HACKERS] Parallel Index-only scan
Date
Msg-id CA+TgmoZ-xEPW2MzXimZFM=t95Vr6pppzEWQpia75YkNMuuJ+ng@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Parallel Index-only scan  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: [HACKERS] Parallel Index-only scan
List pgsql-hackers
On Sat, Feb 18, 2017 at 12:02 PM, Amit Kapila <amit.kapila16@gmail.com> wrote:
> +       /*
> +        * If we are here to just update the scan keys, then don't
> reset parallel
> +        * scan. For detailed reason behind this look in the comments for
> +        * ExecReScanIndexScan.
> +        */
>
> You can phrase the second line as "See ExecReScanIndexScan for
> details.".  Apart from that this patch looks good to me.  I have
> marked this patch as "Ready For Committer".

Committed, although I neglected to incorporate this change.  Not sure
if I should go back and do that; it doesn't read too badly as-is.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Pavan Deolasee
Date:
Subject: Re: [HACKERS] Index corruption with CREATE INDEX CONCURRENTLY
Next
From: Magnus Hagander
Date:
Subject: Re: [HACKERS] Provide list of subscriptions and publications inpsql's completion