[postgis-tickets] r15702 - Note the b-tree = operator change for #3844

Paul Ramsey pramsey at cleverelephant.ca
Tue Sep 12 13:26:43 PDT 2017


Author: pramsey
Date: 2017-09-12 13:26:43 -0700 (Tue, 12 Sep 2017)
New Revision: 15702

Modified:
   trunk/NEWS
Log:
Note the b-tree = operator change for #3844


Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2017-09-12 20:18:15 UTC (rev 15701)
+++ trunk/NEWS	2017-09-12 20:26:43 UTC (rev 15702)
@@ -44,6 +44,7 @@
   - #3405, memory leak in lwgeom_to_points
   - #3832, support wide integer fields as int8 in shp2pgsql
   - #3841, deterministic sorting support for empty geometries in btree geography
+  - #3844, make = operator a strict equality test, and < > to rough "spatial sorting"
 
 * Breaking Changes *
   - Dropped support for PostgreSQL 9.2.



More information about the postgis-tickets mailing list