Package: postgis / 2.5.1+dfsg-1

Metadata

Package Version Patches format
postgis 2.5.1+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
link liblwgeom | (download)

postgis/Makefile.in | 8 1 + 7 - 0 !
raster/loader/Makefile.in | 2 1 + 1 - 0 !
raster/rt_pg/Makefile.in | 9 1 + 8 - 0 !
3 files changed, 3 insertions(+), 16 deletions(-)

 dynamically link to liblwgeom
 Instead of statically pulling liblwgeom into the postgis.so, dynamically
 link to it.
relax test timing constraints.patch | (download)

regress/interrupt.sql | 2 1 + 1 - 0 !
regress/interrupt_buffer.sql | 2 1 + 1 - 0 !
regress/interrupt_relate.sql | 16 8 + 8 - 0 !
3 files changed, 10 insertions(+), 10 deletions(-)

 relax timing constraints for some tests.
 With a statement_timeout of 100ms, increase the allowed _timecheck interval
 from 200ms or 250ms to 500ms. This should increase chances of tests passing
 even on busy or slow systems.