[postgis-tickets] [PostGIS] #3614: support PostgreSQL 10 and above numbering scheme
PostGIS
trac at osgeo.org
Mon Mar 19 10:08:00 PDT 2018
#3614: support PostgreSQL 10 and above numbering scheme
----------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: reopened
Priority: blocker | Milestone: PostGIS 2.4.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Changes (by martinl):
* status: closed => reopened
* resolution: fixed =>
Comment:
I have still this issue on Debian Unstable:
{{{
pg_config --version
PostgreSQL 10.3 (Debian 10.3-1)
}}}
{{{
make[1]: Entering directory '/var/local/src/postgis/libpgcommon'
gcc -I../liblwgeom -g -O2 -I/usr/include/postgresql/10/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:157:42: error: missing binary operator before token
"10PostgreSQL"
#define POSTGIS_PGSQL_VERSION PostgreSQL 10PostgreSQL 13
^
lwgeom_pg.h:131:5: note: in expansion of macro ‘POSTGIS_PGSQL_VERSION’
#if POSTGIS_PGSQL_VERSION >= 85
^~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:61: gserialized_gist.o] Error 1
make[1]: Leaving directory '/var/local/src/postgis/libpgcommon'
make: *** [GNUmakefile:16: all] Error 1
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3614#comment:21>
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