]> granicus.if.org Git - postgis/commitdiff
Tag VOLATILE functions explicitly [RT-SIGTA]
authorSandro Santilli <strk@keybit.net>
Mon, 7 Feb 2011 16:53:26 +0000 (16:53 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 7 Feb 2011 16:53:26 +0000 (16:53 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6785 b70326c6-7e19-0410-871a-916f4a2858ee

topology/sql/populate.sql

index f4b3200f15a1759218fc07fd5e19510e5671bd33..6a0a051c6f4383633340d640876b54bc2d8659ea 100644 (file)
@@ -116,7 +116,7 @@ BEGIN
        
 END
 $$
-LANGUAGE 'plpgsql';
+LANGUAGE 'plpgsql' VOLATILE;
 --} AddNode
 
 --{
@@ -369,7 +369,7 @@ BEGIN
        
 END
 $$
-LANGUAGE 'plpgsql';
+LANGUAGE 'plpgsql' VOLATILE;
 --} AddEdge
 
 --{
@@ -571,5 +571,5 @@ BEGIN
        
 END
 $$
-LANGUAGE 'plpgsql';
+LANGUAGE 'plpgsql' VOLATILE;
 --} AddFace