From: Regina Obe Date: Sat, 27 May 2017 16:40:48 +0000 (+0000) Subject: replace tabs with spaces from last commit X-Git-Tag: 2.4.0alpha~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c08c6f0b37c3663aca7640f679ecaafe86ed730e;p=postgis replace tabs with spaces from last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@15408 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/sql/topogeometry/totopogeom.sql.in b/topology/sql/topogeometry/totopogeom.sql.in index 5f8db898c..5571f8c9e 100644 --- a/topology/sql/topogeometry/totopogeom.sql.in +++ b/topology/sql/topogeometry/totopogeom.sql.in @@ -240,11 +240,11 @@ BEGIN FROM (SELECT (ST_Dump(ageom)).geom) as f WHERE NOT ST_IsEmpty(geom) LOOP - -- NOTE: storing this as a constant - -- because the CASE WHEN in PostgreSQL 10 refuses to short-circuit - -- when CASE contains set returning functions and the CASE boolean is not a constant - -- TODO: this feels a little dirty to assume so may need a revisit in near future - var_dims = rec.dims; + -- NOTE: storing this as a constant + -- because the CASE WHEN in PostgreSQL 10 refuses to short-circuit + -- when CASE contains set returning functions and the CASE boolean is not a constant + -- TODO: this feels a little dirty to assume so may need a revisit in near future + var_dims = rec.dims; FOR rec2 IN SELECT CASE var_dims WHEN 0 THEN topology.topogeo_addPoint(atopology, rec.geom, tolerance)