[postgis-tickets] r16065 - Revert "Set availability of new geometry_hash OPERATOR CLASS function"

Sandro Santilli strk at kbt.io
Thu Oct 26 01:48:43 PDT 2017


Author: strk
Date: 2017-10-26 01:48:43 -0700 (Thu, 26 Oct 2017)
New Revision: 16065

Modified:
   trunk/postgis/postgis.sql.in
Log:
Revert "Set availability of new geometry_hash OPERATOR CLASS function"

This reverts r16064 aka commit 18590c2f03629e0f0ed21193376bd32e5c919867.

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

References #3919

Modified: trunk/postgis/postgis.sql.in
===================================================================
--- trunk/postgis/postgis.sql.in	2017-10-26 08:37:19 UTC (rev 16064)
+++ trunk/postgis/postgis.sql.in	2017-10-26 08:48:43 UTC (rev 16065)
@@ -422,7 +422,6 @@
 CREATE OPERATOR CLASS hash_geometry_ops
 	DEFAULT FOR TYPE geometry USING hash AS
     OPERATOR    1   = ,
-    -- Availability: 2.5.0
     FUNCTION    1   geometry_hash(geometry);
 
 



More information about the postgis-tickets mailing list