[postgis-tickets] [PostGIS] #4044: PostgreSQL 11 regression failures on topology since March 3
PostGIS
trac at osgeo.org
Tue Mar 13 16:06:12 PDT 2018
#4044: PostgreSQL 11 regression failures on topology since March 3
-----------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.5.0
Component: topology | Version: trunk
Resolution: | Keywords:
-----------------------+---------------------------
Comment (by robe):
found the culprit, and the dev run missed it because it only fails on
upgrade.
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=fd1a421fe66173fb9b85d3fe150afde8e812cbe4
{{{
author Peter Eisentraut <peter_e at gmx.net>
Fri, 2 Mar 2018 09:57:38 -0400 (08:57 -0500)
committer Peter Eisentraut <peter_e at gmx.net>
Fri, 2 Mar 2018 14:48:33 -0400 (13:48 -0500)
commit fd1a421fe66173fb9b85d3fe150afde8e812cbe4
tree 24c80c87337ec2d1bb46ee8463207d0cfff5ffc3 tree | snapshot
parent 1733460f0205fc6d6bbe4c14911049a918c6e073 commit | diff
Add prokind column, replacing proisagg and proiswindow
The new column distinguishes normal functions, procedures, aggregates,
and window functions. This replaces the existing columns proisagg and
proiswindow, and replaces the convention that procedures are indicated
by prorettype == 0. Also change prorettype to be VOIDOID for procedures.
Reviewed-by: Tom Lane <tgl at sss.pgh.pa.us>
Reviewed-by: Michael Paquier <michael at paquier.xyz>
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4044#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