]> granicus.if.org Git - postgis/commitdiff
Revert "Set availability of new geometry_hash OPERATOR CLASS function"
authorSandro Santilli <strk@kbt.io>
Thu, 26 Oct 2017 08:48:43 +0000 (08:48 +0000)
committerSandro Santilli <strk@kbt.io>
Thu, 26 Oct 2017 08:48:43 +0000 (08:48 +0000)
This reverts r16064 aka commit 18590c2f03629e0f0ed21193376bd32e5c919867.

It was a silly attempt, as the whole operator class availability is new !

References #3919

git-svn-id: http://svn.osgeo.org/postgis/trunk@16065 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis.sql.in

index 47ae525b2f94e9705b10f84d7c59a346cfec6313..58d0946616210ec24d9d1845ffc707c5e85d85d9 100644 (file)
@@ -422,7 +422,6 @@ CREATE FUNCTION geometry_hash(geometry)
 CREATE OPERATOR CLASS hash_geometry_ops
        DEFAULT FOR TYPE geometry USING hash AS
     OPERATOR    1   = ,
-    -- Availability: 2.5.0
     FUNCTION    1   geometry_hash(geometry);