#4634 closed defect (fixed)
configure.ac still checks for minimum version 9.5
Reported by: | myon | Owned by: | pramsey |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 3.1.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: | Raul, Marin, <git@…> |
Description
AC_MSG_RESULT([checking PostgreSQL version... $PGSQL_FULL_VERSION]) dnl Ensure that we are using PostgreSQL >= 9.6 if test $POSTGIS_PGSQL_VERSION -lt 95; then AC_MSG_ERROR([PostGIS requires PostgreSQL >= 9.6]) fi
Missed in https://trac.osgeo.org/postgis/changeset/a15f9d9bcf7a4a7c4413ec7aaa34a5ca4f83a7ca/git#file2
Note:
See TracTickets
for help on using tickets.
In 70cdfd4/git: