Package: postgis / 2.3.1+dfsg-2
Metadata
Package | Version | Patches format |
---|---|---|
postgis | 2.3.1+dfsg-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
avoid bashisms.patch | (download) |
extensions/postgis/Makefile.in |
4 2 + 2 - 0 ! |
avoid a few bashisms resulting in invalid sql files An echo that's supposed to output a backslash works with bash, but not in dash. Use printf, instead. |
link liblwgeom | (download) |
postgis/Makefile.in |
8 1 + 7 - 0 ! |
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 ! |
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. |