[postgis-tickets] [PostGIS] #2944: ERROR: aggregate st_astwkbagg(geometry, integer, bigint, boolean) does not exist

PostGIS trac at osgeo.org
Tue Sep 30 09:00:37 PDT 2014


#2944: ERROR:  aggregate st_astwkbagg(geometry, integer, bigint, boolean) does not
exist
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  nicklas      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.2.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 Ah, got it.
 It's the usual in-development upgrade problem.

 The script that generates the upgrade does NOT include the ST_AsTWKBAgg
 function because it was added in the same version we come from (2.2.0). So
 there's no such function when it comes to add a comment for it, which is
 instead added unconditionally.

 I've the impression we had another ticket for this issue, and someone
 suggested to always re-define the "same-version" objects while in "-dev"
 mode. Remember about it robe ?

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2944#comment:2>
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