[PostGIS] #5701: topology crashing under PG17
PostGIS
trac at osgeo.org
Tue Mar 26 14:53:23 PDT 2024
#5701: topology crashing under PG17
-----------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.5.0
Component: topology | Version: master
Resolution: | Keywords:
-----------------------+---------------------------
Comment (by robe):
I'm guessing it's the UNION change because the query crashing is:
{{{
CREATE TEMP TABLE edge1_endnodes AS
WITH edge AS (
SELECT start_node, end_node
FROM sqlmm_topology.edge_data
WHERE edge_id = 1
)
SELECT start_node id FROM edge UNION
SELECT end_node FROM edge;
}}}
Seems harmless enough
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5701#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