Обсуждение: pgsql: Correct calculations of overlap and contains operations over
pgsql: Correct calculations of overlap and contains operations over
От
teodor@postgresql.org (Teodor Sigaev)
Дата:
Log Message:
-----------
Correct calculations of overlap and contains operations over polygons.
Modified Files:
--------------
pgsql/src/backend/utils/adt:
geo_ops.c (r1.102 -> r1.103)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/geo_ops.c?r1=1.102&r2=1.103)
pgsql/src/test/regress/expected:
create_index.out (r1.30 -> r1.31)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/create_index.out?r1=1.30&r2=1.31)
polygon.out (r1.14 -> r1.15)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/polygon.out?r1=1.14&r2=1.15)
pgsql/src/test/regress/sql:
create_index.sql (r1.26 -> r1.27)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/create_index.sql?r1=1.26&r2=1.27)
polygon.sql (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/polygon.sql?r1=1.9&r2=1.10)
On Tue, Jul 28, 2009 at 5:48 AM, Teodor Sigaev<teodor@postgresql.org> wrote: > Log Message: > ----------- > Correct calculations of overlap and contains operations over polygons. If this is the same patch that appears at https://commitfest.postgresql.org/action/patch_view?id=124 then it would be helpful if you could edit it and mark it as committed. Thanks, ...Robert
> If this is the same patch that appears at > https://commitfest.postgresql.org/action/patch_view?id=124 then it > would be helpful if you could edit it and mark it as committed. Oops, done. -- Teodor Sigaev E-mail: teodor@sigaev.ru WWW: http://www.sigaev.ru/