8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59a9cd commit 0430253Copy full SHA for 0430253
Makefile
@@ -2,8 +2,8 @@
2
3
EXTENSION = aqo
4
EXTVERSION = 1.2
5
-PGFILEDESC = "AQO - adaptive query optimization"
6
-MODULES = aqo
+PGFILEDESC = "AQO - Adaptive Query Optimization"
+MODULE_big = aqo
7
OBJS = aqo.o auto_tuning.o cardinality_estimation.o cardinality_hooks.o \
8
hash.o machine_learning.o path_utils.o postprocessing.o preprocessing.o \
9
selectivity_cache.o storage.o utils.o ignorance.o $(WIN32RES)
@@ -27,7 +27,6 @@ EXTRA_INSTALL = contrib/postgres_fdw
27
28
DATA = aqo--1.0.sql aqo--1.0--1.1.sql aqo--1.1--1.2.sql aqo--1.2.sql
29
30
-MODULE_big = aqo
31
ifdef USE_PGXS
32
PG_CONFIG ?= pg_config
33
PGXS := $(shell $(PG_CONFIG) --pgxs)
0 commit comments