[SCM] PostGIS branch master updated. 3.5.0-112-g49df3d0a6
git at osgeo.org
git at osgeo.org
Thu Dec 12 10:45:58 PST 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 49df3d0a67792437db017f54f95e32050d93fcfb (commit)
from 9c50030ff28113579c1b9163b6b6f75dfcd7c862 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 49df3d0a67792437db017f54f95e32050d93fcfb
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Dec 12 10:10:56 2024 -0800
Remove false guarantees of hashes/merges from <> operator, references #5815
diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index 6b492a2d7..7394698c2 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -425,7 +425,7 @@ CREATE OPERATOR = (
CREATE OPERATOR <> (
LEFTARG = geometry, RIGHTARG = geometry, PROCEDURE = geometry_neq,
COMMUTATOR = '<>', NEGATOR = '=',
- RESTRICT = contsel, JOIN = contjoinsel, HASHES, MERGES
+ RESTRICT = contsel, JOIN = contjoinsel
);
-- Availability: 0.9.0
-----------------------------------------------------------------------
Summary of changes:
postgis/postgis.sql.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list