9 | | I noticed this when checking on whether we could have a hash index to support certain CTE use cases. And lo, this old issue, which was never really resolved, came up. Do we consider `POINT(-0 0)` equal to `POINT(0 0)`? I guess not, actually, since we now consider `LINESTRING(0 0, 1 1)` to be different from `LINESTRING(1 1, 0 0)`. |
| 9 | I noticed this when checking on whether we could have a hash index (#1014) to support certain CTE use cases. And lo, this old issue, which was never really resolved, came up. Do we consider `POINT(-0 0)` equal to `POINT(0 0)`? I guess not, actually, since we now consider `LINESTRING(0 0, 1 1)` to be different from `LINESTRING(1 1, 0 0)`. |