[postgis-tickets] r17577 - Improve hash changes NEWS

Raul raul at rmr.ninja
Tue Jul 2 01:44:46 PDT 2019


Author: algunenano
Date: 2019-07-02 01:44:46 -0700 (Tue, 02 Jul 2019)
New Revision: 17577

Modified:
   trunk/NEWS
Log:
Improve hash changes NEWS

Since the output of the function has changed, any
index using it must be reindexed

References #4433



Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2019-07-01 19:01:42 UTC (rev 17576)
+++ trunk/NEWS	2019-07-02 08:44:46 UTC (rev 17577)
@@ -5,7 +5,7 @@
 Additional features enabled if you are running Proj6+ and PostgreSQL 12
 
 * Major highlights *
-  - #4433 32-bit hash fix (requires reindexing your data if on 32-bit OS) (Raúl Marín)
+  - #4433 32-bit hash fix (requires reindexing hash(geometry) indexes) (Raúl Marín)
 
 
 PostGIS 3.0.0alpha3
@@ -103,6 +103,7 @@
   - #4334, Fix upgrade issues related to renamed function parameters (Raúl Marín)
   - #4442, raster2pgsql now skips NODATA tiles. Use -k option if you still want
            them in database for some reason. (Darafei Praliaskouski)
+  - #4433, 32-bit hash fix (requires reindexing hash(geometry) indexes) (Raúl Marín)
 
 * New Features *
   - #2902, postgis_geos_noop (Sandro Santilli)



More information about the postgis-tickets mailing list