Opened 6 years ago
Closed 5 years ago
#4110 closed enhancement (fixed)
Let mixed SRID geometries operations report geometry name
Reported by: | komzpa | Owned by: | komzpa |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
A long long query conditionally deconstructing and constructing geometries multiple times ends with this message for me:
ERROR: XX000: Operation on mixed SRID geometries CONTEXT: SQL function "tpv_from_wifi" statement 1 parallel worker LOCATION: pg_error, lwgeom_pg.c:128 Time: 42334,347 ms (00:42,334)
It's all single statement. I'd like to at least have a hint on which function failed.
Change History (3)
comment:1 by , 6 years ago
Milestone: | PostGIS 2.5.0 → PostGIS 3.0.0 |
---|
comment:2 by , 5 years ago
Note:
See TracTickets
for help on using tickets.
Patch in https://github.com/postgis/postgis/pull/455