Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit62420ae

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 buriedin the middle of execUtils.c.
1 parent2c47fe1 commit62420ae

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.oexecJunk.oexecMain.o\
16-
execProcnode.o execQual.o execScan.o execTuples.o\
15+
OBJS = execAmi.o execCurrent.o execGrouping.oexecIndexing.oexecJunk.o\
16+
execMain.oexecProcnode.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)

[8]ページ先頭

©2009-2025 Movatter.jp