[postgis-tickets] [PostGIS] #4675: Implement topology.GetRingEdges in C
PostGIS
trac at osgeo.org
Fri May 8 10:17:59 PDT 2020
#4675: Implement topology.GetRingEdges in C
--------------------------+---------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: closed
Priority: medium | Milestone: PostGIS 3.1.0
Component: topology | Version: 3.0.x
Resolution: fixed | Keywords:
--------------------------+---------------------------
Comment (by pramsey):
Seeing build failure in travis:
https://travis-ci.org/github/postgis/postgis/jobs/684751842
{{{
postgis_topology.c: In function 'GetRingEdges':
postgis_topology.c:5076:11: error: implicit declaration of function
'heap_form_tuple'; did you mean 'heap_lock_tuple'? [-Werror=implicit-
function-declaration]
5076 | tuple = heap_form_tuple(funcctx->tuple_desc, ret, isnull);
| ^~~~~~~~~~~~~~~
| heap_lock_tuple
postgis_topology.c:5076:9: error: assignment to 'HeapTuple' {aka 'struct
HeapTupleData *'} from 'int' makes pointer from integer without a cast
[-Werror=int-conversion]
5076 | tuple = heap_form_tuple(funcctx->tuple_desc, ret, isnull);
| ^
postgis_topology.c: At top level:
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4675#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