]> granicus.if.org Git - postgis/commitdiff
remove syntax error
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 8 Jun 2009 22:30:29 +0000 (22:30 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 8 Jun 2009 22:30:29 +0000 (22:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4154 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis.sql.in.c

index 2352d406489f7a3498f886272cd343e8613e5b2a..4234f490debba50a2278cc8d61a103049f468e8a 100644 (file)
@@ -2447,7 +2447,6 @@ LANGUAGE 'plpgsql' _VOLATILE;
 -----------------------------------------------------------------------
 CREATEFUNCTION populate_geometry_columns(tbl_oid oid)
   RETURNS integer AS
-  RETURNS integer AS
 $$
 DECLARE
     gcs         RECORD;