Opened 8 months ago
Closed 8 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:1 by , 8 months ago
comment:2 by , 8 months ago
it turns out the problem is related to #5678 because the function works fine when standard_conforming_strings
are off
comment:3 by , 8 months ago
CI showing the problem: https://woodie.osgeo.org/repos/30/pipeline/1828/9#L1249
Note:
See TracTickets
for help on using tickets.
WIP PR to fix this problem: https://git.osgeo.org/gitea/postgis/postgis/pulls/175