8000 Improve AQO makefile · postgrespro/aqo@0430253 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0430253

Browse files
committed
Improve AQO makefile
1 parent a59a9cd commit 0430253

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
EXTENSION = aqo
44
EXTVERSION = 1.2
5-
PGFILEDESC = "AQO - adaptive query optimization"
6-
MODULES = aqo
5+
PGFILEDESC = "AQO - Adaptive Query Optimization"
6+
MODULE_big = aqo
77
OBJS = aqo.o auto_tuning.o cardinality_estimation.o cardinality_hooks.o \
88
hash.o machine_learning.o path_utils.o postprocessing.o preprocessing.o \
99
selectivity_cache.o storage.o utils.o ignorance.o $(WIN32RES)
@@ -27,7 +27,6 @@ EXTRA_INSTALL = contrib/postgres_fdw
2727

2828
DATA = aqo--1.0.sql aqo--1.0--1.1.sql aqo--1.1--1.2.sql aqo--1.2.sql
2929

30-
MODULE_big = aqo
3130
ifdef USE_PGXS
3231
PG_CONFIG ?= pg_config
3332
PGXS := $(shell $(PG_CONFIG) --pgxs)

0 commit comments

Comments
 (0)
0