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 robe, 6 years ago

Milestone: PostGIS 2.5.0PostGIS 3.0.0

comment:3 by komzpa, 5 years ago

Resolution: fixed
Status: assignedclosed

In 17673:

Better error messages for SRID mismatch.
Closes #4110
Closes https://github.com/postgis/postgis/pull/455

Note: See TracTickets for help on using tickets.