[Git][debian-gis-team/postgis][experimental] debian/tests/regress: PG10 doesn't have SPGIST yet

Christoph Berg (@myon) gitlab at salsa.debian.org
Fri May 28 21:34:48 BST 2021



Christoph Berg pushed to branch experimental at Debian GIS Project / postgis


Commits:
1751842a by Christoph Berg at 2021-05-28T22:34:21+02:00
debian/tests/regress: PG10 doesn't have SPGIST yet

- - - - -


1 changed file:

- debian/tests/regress


Changes:

=====================================
debian/tests/regress
=====================================
@@ -32,8 +32,12 @@ trap "rm -rf /tmp/pgis_reg" EXIT
 # run the regression tests
 for v in $(pg_buildext installed-versions); do
   case $v in
-    *.*) HAVE_SPGIST=no  POSTGIS_PGSQL_VERSION=$(echo $v | tr -d .) ;;
-    *)   HAVE_SPGIST=yes POSTGIS_PGSQL_VERSION="${v}0" ;;
+    *.*) POSTGIS_PGSQL_VERSION=$(echo $v | tr -d .) ;;
+    *)   POSTGIS_PGSQL_VERSION="${v}0" ;;
+  esac
+  case $v in
+    *.*|10) HAVE_SPGIST=no ;;
+    *)      HAVE_SPGIST=yes ;;
   esac
   pg_virtualenv -v $v <<-EOF
 	set -eux



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/1751842a18e3f1e6e4058f0f03fa3cbc613ae063

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/1751842a18e3f1e6e4058f0f03fa3cbc613ae063
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20210528/2049f77a/attachment.htm>


More information about the Pkg-grass-devel mailing list