Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62420ae

Browse files
committed
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.
1 parent 2c47fe1 commit 62420ae

File tree

4 files changed

+555
-540
lines changed

4 files changed

+555
-540
lines changed

src/backend/executor/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ subdir = src/backend/executor
1212
top_builddir = ../../..
1313
include $(top_builddir)/src/Makefile.global
1414

15-
OBJS = execAmi.o execCurrent.o execGrouping.o execJunk.o execMain.o \
16-
execProcnode.o execQual.o execScan.o execTuples.o \
15+
OBJS = execAmi.o execCurrent.o execGrouping.o execIndexing.o execJunk.o \
16+
execMain.o execProcnode.o execQual.o execScan.o execTuples.o \
1717
execUtils.o functions.o instrument.o nodeAppend.o nodeAgg.o \
1818
nodeBitmapAnd.o nodeBitmapOr.o \
1919
nodeBitmapHeapscan.o nodeBitmapIndexscan.o nodeCustom.o nodeHash.o \

0 commit comments

Comments
 (0)