[postgis-tickets] r16348 - Set availability of support function for KNN index
Sandro Santilli
strk at kbt.io
Mon Jan 22 01:55:45 PST 2018
Author: strk
Date: 2018-01-22 01:55:45 -0800 (Mon, 22 Jan 2018)
New Revision: 16348
Modified:
trunk/postgis/geography.sql.in
Log:
Set availability of support function for KNN index
Fixes upgrade from 2.1 to 2.2+
References #3978 in trunk (2.5.0+)
Should be backported up to 2.2 branch
Modified: trunk/postgis/geography.sql.in
===================================================================
--- trunk/postgis/geography.sql.in 2018-01-21 07:12:17 UTC (rev 16347)
+++ trunk/postgis/geography.sql.in 2018-01-22 09:55:45 UTC (rev 16348)
@@ -282,6 +282,7 @@
-- OPERATOR 8 @ ,
-- Availability: 2.2.0
OPERATOR 13 <-> FOR ORDER BY pg_catalog.float_ops,
+-- Availability: 2.2.0
FUNCTION 8 geography_gist_distance (internal, geography, int4),
FUNCTION 1 geography_gist_consistent (internal, geography, int4),
FUNCTION 2 geography_gist_union (bytea, internal),
More information about the postgis-tickets
mailing list