Move functions related to index maintenance to separate source file.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execIndexing.c | added | +541 −0 |
| src/backend/executor/execUtils.c | modified | +2 −532 |
| src/backend/executor/Makefile | modified | +2 −2 |
| src/include/executor/executor.h | modified | +10 −6 |