File tree Expand file tree Collapse file tree 7 files changed +1123
-25
lines changed
Expand file tree Collapse file tree 7 files changed +1123
-25
lines changed Original file line number Diff line number Diff line change 1111include
1212lib
1313pip-selfcheck.json
14+ regression *
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ DATA_built = rum--$(EXTVERSION).sql $(DATA_updates)
1818INCLUDES = rum.h rumsort.h
1919RELATIVE_INCLUDES = $(addprefix src/, $(INCLUDES ) )
2020
21+ LDFLAGS_SL += $(filter -lm, $(LIBS ) )
22+
2123REGRESS = rum rum_hash ruminv timestamp orderby orderby_hash altorder \
2224 altorder_hash limits \
2325 int2 int4 int8 float4 float8 money oid \
2426 time timetz date interval \
2527 macaddr inet cidr text varchar char bytea bit varbit \
2628 numeric anyarray
2729
28- LDFLAGS_SL += $(filter -lm, $(LIBS ) )
29-
3030ifdef USE_PGXS
3131PG_CONFIG = pg_config
3232PGXS := $(shell $(PG_CONFIG ) --pgxs)
@@ -38,6 +38,12 @@ include $(top_builddir)/src/Makefile.global
3838include $(top_srcdir ) /contrib/contrib-global.mk
3939endif
4040
41+ ifeq ($(MAJORVERSION ) , 9.6)
42+ # arrays are not supported on 9.6
43+ else
44+ REGRESS += array
45+ endif
46+
4147wal-check : temp-install
4248 $(prove_check )
4349
You can’t perform that action at this time.
0 commit comments