Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#5063 closed defect (fixed)

st_srid(topogeometry) fail to find srid when used against multiple rows

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.2.1
Component: topology Version: 3.2.x
Keywords: Cc:

Description

The existing test for st_srid(topogeometry), which is disabled ( see #5062 ) is failing to find SRID for topogeometry values after the first one.

This should be a pretty old bug

Change History (4)

comment:1 by Sandro Santilli <strk@…>, 2 years ago

In 2424b1e/git:

Fix ST_Srid(TopoGeometry) usage against a set of TopoGeometries

References #5063 in master branch (3.3.0dev)

comment:2 by Sandro Santilli <strk@…>, 2 years ago

In 45bdbaf/git:

Fix ST_Srid(TopoGeometry) usage against a set of TopoGeometries

References #5063 in 3.2 branch (3.2.1dev)
Includes NEWS item

comment:3 by strk, 2 years ago

Milestone: PostGIS 3.3.0PostGIS 3.2.1
Resolution: fixed
Status: newclosed

It looks like ST_Srid(TopoGeometry) was introduced in 3.2.0 but lacked a NEWS item. Anyway, this ticket is now fixed for 3.2.1 and master (3.3.0)

comment:4 by Sandro Santilli <strk@…>, 2 years ago

In 2424b1e/git:

Fix ST_Srid(TopoGeometry) usage against a set of TopoGeometries

References #5063 in master branch (3.3.0dev)

Note: See TracTickets for help on using tickets.