Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#3656 closed defect (fixed)

Upgrades from 2.1 leave changed aggregates untouched

Reported by: strk Owned by: pramsey
Priority: medium Milestone: PostGIS 2.3.1
Component: postgis Version: 2.3.x
Keywords: Cc:

Description

See relative failure on the new upgrade-aware automated testing: https://drone.osgeo.kbt.io/postgis/postgis/153

Relevant snippet (at the end):

-----------------------------------------------------------------------------
173s
1842
--- tickets_expected	2016-10-07 19:50:12.009545175 +0000
173s
1843
+++ /tmp/pgis_reg/test_88_out	2016-10-07 19:53:33.019192939 +0000
173s
1844
@@ -161,6 +161,7 @@
173s
1845
 #1320.geom.3|MULTIPOLYGON|4326
173s
1846
 </#1320>
173s
1847
 #1344|25
173s
1848
+WARNING:  ST_Combine_BBox signature was deprecated in 2.2.0. Please use ST_CombineBbox
173s
1849
 #1385|
173s
1850
 #657.1|-166.78
173s
1851
 #657.2|10.00
173s
1852
-----------------------------------------------------------------------------

Change History (3)

comment:1 by strk, 8 years ago

Resolution: fixed
Status: newclosed

In 15189:

Mark changed aggregates

Fixes #3656 (aggregate upgrades)

comment:2 by strk, 8 years ago

In 15190:

Fix aggregates upgrade

Fixes #3656 (aggregate upgrades)

Enables automated ugprade testing

comment:3 by strk, 8 years ago

In 15193:

Fix aggregates upgrade

Fixes #3656 (aggregate upgrades)

Enables automated ugprade testing

Note: See TracTickets for help on using tickets.