Re: Moving ExecInsertIndexTuples and friends to new file

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: hlinnaka <hlinnaka(at)iki(dot)fi>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Moving ExecInsertIndexTuples and friends to new file
Date: 2015-04-23 19:11:22
Message-ID: CAM3SWZSSfnuXOMcm6rO1k=SWGT-9UcLkRBdaCnNKeOR_fausyQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Apr 23, 2015 at 12:05 PM, Heikki Linnakangas <hlinnaka(at)iki(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2015-04-23 19:30:03 pg_dump: largeobject behavior issues (possible bug)
Previous Message Jim Nasby 2015-04-23 19:09:49 Improving vacuum/VM/etc