Manage PG version to compare results

This commit is contained in:
Blottiere Paul 2019-12-27 22:23:56 +01:00
parent 5d161276fa
commit e1dee64012

View File

@ -30,7 +30,15 @@ DATA_built = \
$(EXTENSION)--$(EXTVERSION).sql \
$(UPGRADES)
REGRESS = pointcloud pointcloud_columns schema
REGRESS =
ifeq "$(PGSQL_MAJOR_VERSION)" "9"
REGRESS += pointcloud_pg9
else
REGRESS += pointcloud
endif
REGRESS += pointcloud_columns schema
ifneq ("$(LAZPERF_STATUS)", "disabled")
REGRESS += pointcloud-laz