[postgis-tickets] r16357 - Set availability of support function for KNN index
Sandro Santilli
strk at kbt.io
Mon Jan 22 06:13:28 PST 2018
Author: strk
Date: 2018-01-22 06:13:28 -0800 (Mon, 22 Jan 2018)
New Revision: 16357
Modified:
branches/2.3/NEWS
branches/2.3/postgis/geography.sql.in
Log:
Set availability of support function for KNN index
Fixes upgrade from 2.1 to 2.2+
References #3978 in 2.3 branch (2.3.7)
Modified: branches/2.3/NEWS
===================================================================
--- branches/2.3/NEWS 2018-01-22 14:10:14 UTC (rev 16356)
+++ branches/2.3/NEWS 2018-01-22 14:13:28 UTC (rev 16357)
@@ -1,3 +1,10 @@
+PostGIS 2.3.7dev
+2018/MM/DD
+
+ * Bug Fixes and Enhancements
+
+ - #3978, Fix KNN when upgrading from 2.1 or older (Sandro Santilli)
+
PostGIS 2.3.6
2018/01/17
Modified: branches/2.3/postgis/geography.sql.in
===================================================================
--- branches/2.3/postgis/geography.sql.in 2018-01-22 14:10:14 UTC (rev 16356)
+++ branches/2.3/postgis/geography.sql.in 2018-01-22 14:13:28 UTC (rev 16357)
@@ -277,6 +277,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