On Thu, Apr 23, 2015 at 12:05 PM, Heikki Linnakangas <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
