]> granicus.if.org Git - postgis/commitdiff
There's no reason why postgis_noop should be volatile
authorSandro Santilli <strk@kbt.io>
Mon, 2 Oct 2017 11:49:32 +0000 (11:49 +0000)
committerSandro Santilli <strk@kbt.io>
Mon, 2 Oct 2017 11:49:32 +0000 (11:49 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15869 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis.sql.in

index 390ace86575964a5444c6aa8d1bd9df49a93d8a1..d9df91f944ec3b0fdc5f2801418cd1cbaf8ac1b5 100644 (file)
@@ -1502,7 +1502,7 @@ CREATE OR REPLACE FUNCTION ST_ForceRHR(geometry)
 CREATE OR REPLACE FUNCTION postgis_noop(geometry)
        RETURNS geometry
        AS 'MODULE_PATHNAME', 'LWGEOM_noop'
-       LANGUAGE 'c' VOLATILE STRICT _PARALLEL
+       LANGUAGE 'c' IMMUTABLE STRICT _PARALLEL
        COST 10;
 
 -- Availability: 2.3.0