Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#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

Change History (2)

comment:1 by Raúl Marín <git@…>, 4 years ago

Resolution: fixed
Status: newclosed

In 70cdfd4/git:

Fix configure check for Postgresql version

Closes #4634

comment:2 by Algunenano, 4 years ago

Milestone: PostGIS 3.1.0

Fixed. Thanks for the report.

Note: See TracTickets for help on using tickets.