[postgis-tickets] [PostGIS] #4663: Remove unnecessary #include
PostGIS
trac at osgeo.org
Tue Apr 14 03:18:48 PDT 2020
#4663: Remove unnecessary #include
---------------------------+---------------------
Reporter: Laurenz Albe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgis | Version: master
Resolution: | Keywords:
---------------------------+---------------------
Comment (by Algunenano):
Thanks.
I think something like:
{{{
#if POSTGIS_PGSQL_VERSION < 130
#include "access/tuptoaster.h"
#else
#include "access/detoast.h"
#endif
}}}
fixes both compilations.
I'm going to update out PG13 image which was broken because of other
dependencies and see if that fixes the Travis build too.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4663#comment:4>
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