From e1dee640120bcfefb0851a75aa0119d952bc3012 Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Fri, 27 Dec 2019 22:23:56 +0100 Subject: [PATCH] Manage PG version to compare results --- pgsql/Makefile.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pgsql/Makefile.in b/pgsql/Makefile.in index 5366e61..80781dc 100644 --- a/pgsql/Makefile.in +++ b/pgsql/Makefile.in @@ -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