[postgis-tickets] [PostGIS] #3503: ST_ColorMap regress failing on PostgreSQL 9.6 debbie
PostGIS
trac at osgeo.org
Sun Mar 20 17:26:28 PDT 2016
#3503: ST_ColorMap regress failing on PostgreSQL 9.6 debbie
-----------------------+---------------------------
Reporter: robe | Owner: dustymugs
Type: defect | Status: reopened
Priority: critical | Milestone: PostGIS 2.3.0
Component: raster | Version: trunk
Resolution: | Keywords:
-----------------------+---------------------------
Comment (by robe):
okay this is not just a sorting issue. It seem the multiple calls of the
function triggered by:
{{{
(ST_DumpValues(rast)).*
}}}
is actually creating duplicate records (one for each column). Even though
people aren't supposed to do that because it does call the function for
each column output by the (.*), I suspect this was an unintentional change
in behavior in PostgreSQL 9.6.
I could just change the tests to pass, but instead I'll complain upstream
first to confirm they did intend this behavior change.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3503#comment:6>
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