[postgis-tickets] r16358 - Set availability of support function for KNN index

Sandro Santilli strk at kbt.io
Mon Jan 22 06:15:29 PST 2018


Author: strk
Date: 2018-01-22 06:15:29 -0800 (Mon, 22 Jan 2018)
New Revision: 16358

Modified:
   branches/2.4/NEWS
   branches/2.4/postgis/geography.sql.in
Log:
Set availability of support function for KNN index

Fixes upgrade from 2.1 to 2.2+
Closes #3978 in 2.4 branch (2.4.4)

Modified: branches/2.4/NEWS
===================================================================
--- branches/2.4/NEWS	2018-01-22 14:13:28 UTC (rev 16357)
+++ branches/2.4/NEWS	2018-01-22 14:15:29 UTC (rev 16358)
@@ -1,6 +1,12 @@
-PostGIS 2.4.4
+PostGIS 2.4.4dev
 2018/MM/DD
 
+ * Bug fixes *
+  - #3978, Fix KNN when upgrading from 2.1 or older (Sandro Santilli)
+
+PostGIS 2.3.6
+2018/01/17
+
  * Enhancements *
     - #3992, Use PKG_PROG_PKG_CONFIG macro from pkg.m4 to detect pkg-config
              (Bas Couwenberg)

Modified: branches/2.4/postgis/geography.sql.in
===================================================================
--- branches/2.4/postgis/geography.sql.in	2018-01-22 14:13:28 UTC (rev 16357)
+++ branches/2.4/postgis/geography.sql.in	2018-01-22 14:15:29 UTC (rev 16358)
@@ -279,6 +279,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