[PostGIS] #5983: Potential data corruption in topology.topoelement after upgrade to 3.6.0
PostGIS
trac at osgeo.org
Wed Sep 10 13:32:45 PDT 2025
#5983: Potential data corruption in topology.topoelement after upgrade to 3.6.0
-----------------------+---------------------------
Reporter: packi | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.6.1
Component: topology | Version: 3.6.x
Resolution: | Keywords:
-----------------------+---------------------------
Comment (by robe):
Confirmed issue, very troubling. It is really odd that selecting the items
individually gives bad numbers:
{{{
t | t
------------+---
8589934593 | 0
(1 row)
}}}
But together they are fine
{{{
SELECT * FROM postgis_test;
t
-------
{1,2}
}}}
Must be something we missed in the syscatalog update.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5983#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