[postgis-tickets] [PostGIS] #3080: PostgreSQL 9.5 regress failure on st_reclass
PostGIS
trac at osgeo.org
Sun Mar 22 01:11:47 PDT 2015
#3080: PostgreSQL 9.5 regress failure on st_reclass
--------------------+-------------------------------------------------------
Reporter: robe | Owner: dustymugs
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.2.0
Component: raster | Version: trunk
Keywords: |
--------------------+-------------------------------------------------------
Comment(by robe):
Okay figure out a simple 1 - will post to bug thread I started:
{{{
CREATE OR REPLACE FUNCTION dummy_notice(variadic integer[]) RETURNS
integer[] AS
$$
BEGIN
RAISE NOTICE 'This is a dummy notice';
RETURN $1;
END;
$$
language plpgsql IMMUTABLE STRICT;
SELECT v[1] As v1, v[2] As v2
FROM
(SELECT dummy_notice(1,2) As v) As t;
}}}
In pre-9.5 this would emit one NOTICE message, in 9.5 it's doubled.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3080#comment:3>
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