]> granicus.if.org Git - postgis/commit
Avoid an unneeded query for each added edge in TopoGeo_addLinestring
authorSandro Santilli <strk@kbt.io>
Sun, 22 Oct 2017 16:34:02 +0000 (16:34 +0000)
committerSandro Santilli <strk@kbt.io>
Sun, 22 Oct 2017 16:34:02 +0000 (16:34 +0000)
commitc1203585e69b327611fac8d91548a4d0aec8624c
tree99ccf74647b9d0b694c2e317eb3cd95b39f68330
parentba163b9ce2f4ef008878a33e0631aa09edecfb49
Avoid an unneeded query for each added edge in TopoGeo_addLinestring

When endpoints are known not to move, don't query DB to check
the new position.

git-svn-id: http://svn.osgeo.org/postgis/trunk@16042 b70326c6-7e19-0410-871a-916f4a2858ee
liblwgeom/lwgeom_topo.c