]> granicus.if.org Git - postgresql/commit
Move functions related to index maintenance to separate source file.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 24 Apr 2015 06:33:23 +0000 (09:33 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 24 Apr 2015 06:33:23 +0000 (09:33 +0300)
commit62420ae7d6675453a48e408b62030b6f0780e878
tree4bb1d4c85d43a8c84ad8874f81c33c67629ca470
parent2c47fe16a709e01dea403643a1ff4d00c8c8c1ad
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.
src/backend/executor/Makefile
src/backend/executor/execIndexing.c [new file with mode: 0644]
src/backend/executor/execUtils.c
src/include/executor/executor.h