[PostGIS] #5957: ST_GetFaceEdges return bigint in some cases
PostGIS
trac at osgeo.org
Mon Jul 28 03:32:16 PDT 2025
#5957: ST_GetFaceEdges return bigint in some cases
--------------------------------+---------------------------
Reporter: Lars Aksel Opsahl | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.6.0
Component: topology | Version: master
Resolution: | Keywords:
--------------------------------+---------------------------
Comment (by Lars Aksel Opsahl):
Replying to [comment:2 strk]:
> You need to change the definition of you get_face_edges function to
return set of bigint instead of int OR CAST the return from GetFaceEdges
to int (TopoElement now contains bigint)
Yes I have done that already.
So this is then just a intended side effect of supporting int64 then, but
it's confusing that we in the database tables have integer and that we in
the return type are using bigint. I was hoping that this was a bug.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5957#comment:3>
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