From 38839a0c85289c0d95b7a54e49eb0751e88439f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ra=C3=BAl=20Mar=C3=ADn=20Rodr=C3=ADguez?= Date: Tue, 2 Jul 2019 08:44:46 +0000 Subject: [PATCH] Improve hash changes NEWS Since the output of the function has changed, any index using it must be reindexed References #4433 git-svn-id: http://svn.osgeo.org/postgis/trunk@17577 b70326c6-7e19-0410-871a-916f4a2858ee --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 032eee844..2c77ef755 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ This version requires PostgreSQL 9.5+-12 and GEOS >= 3.6+ 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 @@ Additional features enabled if you are running Proj6+ and PostgreSQL 12 - #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) -- 2.40.0