]> granicus.if.org Git - postgis/commit
Implement interruptability of ST_Segmentize(geometry)
authorSandro Santilli <strk@keybit.net>
Wed, 22 Oct 2014 14:22:25 +0000 (14:22 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 22 Oct 2014 14:22:25 +0000 (14:22 +0000)
commitc35b276bbfe01154c768c58172641df11ab1f9f7
treea4c36631ea2296ebcf52c44bd4c610adbd5b2689
parent6fee60bc71df7aa2e777726a2eb174dca8a9bb57
Implement interruptability of ST_Segmentize(geometry)

Includes testcases at sql and cunit levels.
Closes #2893

git-svn-id: http://svn.osgeo.org/postgis/trunk@13105 b70326c6-7e19-0410-871a-916f4a2858ee
NEWS
liblwgeom/cunit/cu_measures.c
liblwgeom/lwcollection.c
liblwgeom/lwline.c
liblwgeom/lwpoly.c
liblwgeom/ptarray.c
libpgcommon/lwgeom_pg.h
postgis/lwgeom_functions_basic.c
regress/Makefile.in
regress/interrupt.sql [new file with mode: 0644]
regress/interrupt_expected [new file with mode: 0644]