[PostGIS] #5957: ST_GetFaceEdges return bigint in some cases

PostGIS trac at osgeo.org
Mon Jul 28 02:54:10 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 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)
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5957#comment:2>
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