Opened 3 months ago

Closed 3 months ago

#5680 closed defect (fixed)

populate_topology_layer does not work as documented

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.5.0
Component: topology Version: master
Keywords: Cc:

Description

This documented function does not do what is expected to do: https://postgis.net/docs/manual-3.3/Populate_Topology_Layer.html

It is also lacking a testcase.

The implementation is also source of a WARNING about escaped strings ( #5678 )

Change History (6)

comment:2 by strk, 3 months ago

it turns out the problem is related to #5678 because the function works fine when standard_conforming_strings are off

comment:4 by Sandro Santilli <strk@…>, 3 months ago

In f64b082/git:

Fix populate_topology_layer with conforming strings off

References #5680, #5678 in master branch (3.5.0dev)

Includes test

comment:5 by Sandro Santilli <strk@…>, 3 months ago

In c3093e5/git:

Fix populate_topology_layer with conforming strings off

References #5680, #5678 in 3.4 branch (3.4.3dev)

Includes test

comment:6 by Sandro Santilli <strk@…>, 3 months ago

Resolution: fixed
Status: newclosed

In 71afa3e/git:

Fix populate_topology_layer with conforming strings off

Closes #5680, #5678 in 3.3 branch (3.3.7dev)

Includes test

Note: See TracTickets for help on using tickets.