Re: Moving ExecInsertIndexTuples and friends to new file - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Moving ExecInsertIndexTuples and friends to new file
Date
Msg-id 5539E46D.7030502@iki.fi
Whole thread Raw
In response to Re: Moving ExecInsertIndexTuples and friends to new file  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Moving ExecInsertIndexTuples and friends to new file
List pgsql-hackers
On 04/24/2015 06:30 AM, Stephen Frost wrote:
> * Peter Geoghegan (pg@heroku.com) wrote:
>> On Thu, Apr 23, 2015 at 12:05 PM, Heikki Linnakangas <hlinnaka@iki.fi> wrote:
>>> While looking at Peter's INSERT ... ON CONFLICT patch, I started to feel
>>> that ExecInsertIndexTuples() and friends would deserve a file of their own,
>>> and not be buried in the middle of execUtils.c. I propose that we split
>>> execUtils.c into two, moving ExecOpenIndices(), ExecCloseIndices()
>>> ExecInsertIndexTuples() and related functions into a new file called
>>> executor/execIndexing.c.
>>
>> That split makes a lot of sense to me.
>
> No objections here.

Ok, moved.

- Heikki




pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: forward vs backward slashes in msvc build code
Next
From: Heikki Linnakangas
Date:
Subject: Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0