Re: False comment about speculative insertion - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: False comment about speculative insertion
Date
Msg-id 55B5F183.8060700@iki.fi
Whole thread Raw
In response to False comment about speculative insertion  (Peter Geoghegan <pg@heroku.com>)
List pgsql-hackers
On 07/26/2015 10:30 PM, Peter Geoghegan wrote:
> Attached patch removes a reference to an executor README section about
> speculative insertion. In fact, the high-level overview of speculative
> insertion ended up at the top of execIndexing.c. The executor README
> was not touched by the ON CONFLICT patch at all.
>
> I don't think it's necessary to refer to execIndexing.c within
> ExecInsert instead. All the routines being called from ExecInsert()
> that relate to speculative insertion are in execIndexing.c anyway.

Fixed, thanks.

- Heikki




pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: raw output from copy
Next
From: David Rowley
Date:
Subject: Re: Sharing aggregate states between different aggregate functions