Correct calculations of overlap and contains operations over polygons.
Teodor Sigaev <teodor@sigaev.ru>
Correct calculations of overlap and contains operations over polygons.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/geo_ops.c | modified | +203 −49 |
| src/test/regress/expected/create_index.out | modified | +2 −0 |
| src/test/regress/expected/polygon.out | modified | +84 −0 |
| src/test/regress/sql/create_index.sql | modified | +2 −0 |
| src/test/regress/sql/polygon.sql | modified | +55 −0 |