#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 , 3 years ago
comment:3 by , 3 years ago
Milestone: | PostGIS 3.3.0 → PostGIS 3.2.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
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)
Note:
See TracTickets
for help on using tickets.
In 2424b1e/git: