[postgis-tickets] [PostGIS] #3614: support PostgreSQL 10.0

PostGIS trac at osgeo.org
Wed Aug 17 09:14:04 PDT 2016


#3614: support PostgreSQL 10.0
---------------------+---------------------------
 Reporter:  robe     |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  blocker  |  Milestone:  PostGIS 2.4.0
Component:  postgis  |    Version:  trunk
 Keywords:           |
---------------------+---------------------------
 Looks like PGDG branched off 9.6 so master is now 10.0.  Debbie's been
 testing master (so been testing 10.0) for past week which is why she's
 failing.

 So this raises the issue that our code can't handle a version number of
 10dev.

 Error is:


 {{{
 make[1]: Entering directory
 '/var/lib/jenkins/workspace/postgis/branches/2.3/libpgcommon'
 gcc -g -O2 -I../liblwgeom
 -I/var/lib/jenkins/workspace/pg/rel/pg9.6w64/include/postgresql/server
 -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o gserialized_gist.o
 gserialized_gist.c
 In file included from gserialized_gist.c:17:0:
 ../postgis_config.h:150:42: error: missing binary operator before token
 "10develPostgreSQL"
  #define POSTGIS_PGSQL_VERSION PostgreSQL 10develPostgreSQL 10devel
                                           ^
 lwgeom_pg.h:142:5: note: in expansion of macro ‘POSTGIS_PGSQL_VERSION’
  #if POSTGIS_PGSQL_VERSION >= 85
      ^
 Makefile:61: recipe for target 'gserialized_gist.o' failed
 make[1]: *** [gserialized_gist.o] Error 1
 make[1]: Leaving directory
 '/var/lib/jenkins/workspace/postgis/branches/2.3/libpgcommon'
 GNUmakefile:16: recipe for target 'all' failed
 }}}


 I pushed this milestone to PostGIS 2.4, since we really don't need to
 support 10.0 in 2.3, unless we release 2.4 after 10.0 and even then we
 only need to support at 2.3.something (not 2.3.0)

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3614>
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