]> granicus.if.org Git - postgis/commit
Equality test failed on points with same coordinates
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 25 Oct 2017 13:26:11 +0000 (13:26 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 25 Oct 2017 13:26:11 +0000 (13:26 +0000)
commit699fddf0cf254cd01d154ba2e5d5055e94f82efe
tree5c28a8c92f13db017e2ec482e27355ccf51a67cf
parent6d44001804476d91af89ad33f73175d9255a8bff
Equality test failed on points with same coordinates
and differing SRIDs, resulting in incorrect hashing.
Amazingly, this problem existed in *both* the btree
function and the new hash machinery (and it was the
btree machinery that was actually called for the
UNION operation).
References #1014

git-svn-id: http://svn.osgeo.org/postgis/trunk@16059 b70326c6-7e19-0410-871a-916f4a2858ee
liblwgeom/g_serialized.c
postgis/lwgeom_btree.c
regress/tickets.sql
regress/tickets_expected