pgsql: Move functions related to index maintenance to separate source f

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move functions related to index maintenance to separate source f
Date: 2015-04-24 06:36:13
Message-ID: E1YlXDh-000730-5a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move functions related to index maintenance to separate source file.

There is enough code here to deserve a file of their own, not be buried
in the middle of execUtils.c.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/62420ae7d6675453a48e408b62030b6f0780e878

Modified Files
--------------
src/backend/executor/Makefile | 4 +-
src/backend/executor/execIndexing.c | 541 +++++++++++++++++++++++++++++++++++
src/backend/executor/execUtils.c | 534 +---------------------------------
src/include/executor/executor.h | 16 +-
4 files changed, 555 insertions(+), 540 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2015-04-24 08:02:08 Re: [committers] pgsql: RLS fixes, new hooks, and new test module
Previous Message Stephen Frost 2015-04-24 03:31:53 Re: [committers] pgsql: RLS fixes, new hooks, and new test module