[postgis-tickets] [PostGIS] #4634: configure.ac still checks for minimum version 9.5

PostGIS trac at osgeo.org
Mon Feb 3 01:09:54 PST 2020


#4634: configure.ac still checks for minimum version 9.5
---------------------+---------------------
 Reporter:  myon     |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  high     |  Milestone:
Component:  postgis  |    Version:  master
 Keywords:           |
---------------------+---------------------
 {{{
 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

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4634>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list