File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -132,18 +132,12 @@ ifeq ($(has_explain_summary),y)
132132endif
133133endif
134134
135- ifeq ($(pg_version_9_5_plus ) ,y)
136- PGS_TMP_DIR = --temp-instance=tmp_check
137- else
138- PGS_TMP_DIR = --temp-install=tmp_check --top-builddir=test_top_build_dir
139- endif
140-
141135test : pg_sphere.test.sql sql/init_test.sql
142136 cp expected/init_test.out.in expected/init_test.out
143137ifneq ($(USE_HEALPIX ) ,0)
144138 cat expected/init_test_healpix.out.in >> expected/init_test.out
145139endif
146- $(pg_regress_installcheck) $(PGS_TMP_DIR) $(REGRESS_OPTS) $(TESTS)
140+ $(pg_regress_installcheck) --temp-instance=tmp_check $(REGRESS_OPTS) $(TESTS)
147141
148142pg_sphere.test.sql : $(RELEASE_SQL ) $(shlib )
149143 tail -n+3 $< | sed ' s,MODULE_PATHNAME,$(realpath $(shlib)),g' > $@
@@ -188,12 +182,6 @@ UPGRADE_1_0_PRE_AAF2D5 = contains-ops-fixes-1.sql pgs_gist_drop_spoint2.sql.in \
188182
189183# create "alter extension" files
190184
191-
192- ifeq ($(pg_version_9_5_plus ) ,y)
193- # 1.1.1.5 -> 1.1.5.1 for Postgres 9.5+ features
194- else
195- endif
196-
197185# local stuff follows here
198186AUGMENT_GAVO_111 = $(AUGMENT_UNP_111 ) # for vanilla 1.1.1 users
199187ifneq ($(USE_HEALPIX ) ,0)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments