Package: postgis / 3.3.2+dfsg-1

Metadata

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

Patch series

view the series file
Patch File delta Description
relax test timing constraints.patch | (download)

regress/core/interrupt.sql | 2 1 + 1 - 0 !
regress/core/interrupt_buffer.sql | 2 1 + 1 - 0 !
regress/core/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.
chaikin | (download)

regress/core/chaikin.sql | 7 0 + 7 - 0 !
regress/core/chaikin_expected | 1 0 + 1 - 0 !
2 files changed, 8 deletions(-)

 revert chaikin tests failing on ppc64el.
 Work around https://trac.osgeo.org/postgis/ticket/4533
incorrect path for interpreter.patch | (download)

utils/postgis_restore.pl.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix incorrect-path-for-interpreter issue.