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

From Peter Geoghegan
Subject Re: Moving ExecInsertIndexTuples and friends to new file
Date
Msg-id CAM3SWZSSfnuXOMcm6rO1k=SWGT-9UcLkRBdaCnNKeOR_fausyQ@mail.gmail.com
Whole thread Raw
In response to Moving ExecInsertIndexTuples and friends to new file  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: Moving ExecInsertIndexTuples and friends to new file
List pgsql-hackers
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.


-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Improving vacuum/VM/etc
Next
From: "Joshua D. Drake"
Date:
Subject: pg_dump: largeobject behavior issues (possible bug)