#5185 closed defect (fixed)

topology.sql: ERROR: type topogeometry does not exist

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

Description

Loading topology.sql script results in this error:

 ERROR:  type topogeometry does not exist

The error is due to topology schema not being in the search_path while unqualified references to it are used in the definition of FindTopology and FindLayer.

I've pushed a fix for this in master branch with [b1d2c5f3b9ec1dd7648daa1adb89379cf65b35c6/git] but didn't push any test for it and I know stable-3.2 branch is also affected and needs be fixed, didn't check older versions.

Change History (2)

comment:1 by strk, 22 months ago

The two function were added in 3.2.0 so that's our milestone

comment:2 by strk, 22 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.