From f2c79ab3de9980c948a9823651987cb7aa032b76 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 10 Mar 2014 18:45:52 +0000 Subject: [PATCH] #2609 topogeo_AddPolygon unnecessary use of DISTINCT git-svn-id: http://svn.osgeo.org/postgis/trunk@12316 b70326c6-7e19-0410-871a-916f4a2858ee --- topology/sql/populate.sql.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topology/sql/populate.sql.in b/topology/sql/populate.sql.in index def40f729..9eae6bb89 100644 --- a/topology/sql/populate.sql.in +++ b/topology/sql/populate.sql.in @@ -1025,7 +1025,7 @@ BEGIN -- 3. Find faces covered by input polygon -- NOTE: potential snapping changed polygon edges - sql := 'SELECT DISTINCT f.face_id FROM ' || quote_ident(atopology) + sql := 'SELECT f.face_id FROM ' || quote_ident(atopology) || '.face f WHERE f.mbr && $1'; #ifdef POSTGIS_TOPOLOGY_DEBUG RAISE DEBUG '%', sql; -- 2.50.1