Package: postgis / 3.1.1+dfsg-1+deb11u2
Metadata
Package | Version | Patches format |
---|---|---|
postgis | 3.1.1+dfsg-1+deb11u2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
relax test timing constraints.patch | (download) |
regress/core/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. |
chaikin | (download) |
regress/core/chaikin.sql |
7 0 + 7 - 0 ! |
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 ! |
fix incorrect-path-for-interpreter issue. |
0001 Handle more deeply nested CRS objects when extractin.patch | (download) |
liblwgeom/lwgeom_transform.c |
66 49 + 17 - 0 ! |
handle more deeply nested crs objects when extracting cs objects to find axis ordering. references #4817 |
0001 Only do axis flips on CRS that have a Lat as the fir.patch | (download) |
liblwgeom/lwgeom_transform.c |
13 5 + 8 - 0 ! |
only do axis flips on crs that have a "lat" as the first column. Otherwise just take the EPSG database order. References #4842, #4748 |
0001 Flip N E systems to E N and geodetic systems to Lon .patch | (download) |
liblwgeom/lwgeom_transform.c |
86 53 + 33 - 0 ! |
flip n/e systems to e/n and geodetic systems to lon/lat, while leaving polar systems as-is, references #4949, 3.1 branch |