[postgis-tickets] [PostGIS] #3650: Aggregate functions aren't marked as parallel safe (mark aggregates that don't use transition)

PostGIS trac at osgeo.org
Sat Nov 26 10:07:25 PST 2016


#3650: Aggregate functions aren't marked as parallel safe (mark aggregates that
don't use transition)
----------------------+---------------------------
  Reporter:  komzpa   |      Owner:  robe
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 2.3.1
 Component:  postgis  |    Version:  2.3.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by robe):

 This is annoying our uninstall script appears to require basetype in there
 for aggregates.

 basetype is considered deprecated syntax and has been for a while. As
 noted in postgis thread, the safe stuff doesn't work if basetype is there.
 https://www.postgresql.org/message-id/b1e247ca-23ad-1d24-cecc-
 28600550f7bb at postgrespro.ru

 presumably because basetype is arcane syntax they don't have work with
 newer syntax.

 https://www.postgresql.org/docs/9.2/static/sql-createaggregate.html

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3650#comment:4>
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