[postgis-tickets] [PostGIS] #3460: Upgrade to 2.2 doesn't adjust size of pgis_abs type
PostGIS
trac at osgeo.org
Mon Mar 7 01:57:58 PST 2016
#3460: Upgrade to 2.2 doesn't adjust size of pgis_abs type
----------------------+---------------------------
Reporter: dbaston | Owner: dbaston
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.3.0
Component: postgis | Version: 2.2.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by strk):
> I don't think we want an automated test for this though, because it's
> possible to not get an error even with typlen=8.
As long as "sane" installs do not give false errors I still think
it is worth to include a test that would "occasionally" fail on
a broken system.
What's still not being automated is testing the upgrade from a
broken version to a fixed one. But it can still be done manually
with something like:
{{{
regress/runtest.pl \
--raster \
--extension \
--upgrade-path <broken>--<fixed> \
raster/test/regress/tickets.sql
}}}
And making sure the "tickets.sql" file does have a test tha
_might_ trigger the error.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3460#comment:15>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list