mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Manage PG version to compare results
This commit is contained in:
parent
5d161276fa
commit
e1dee64012
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user