[postgis-devel] [PostGIS] #1959: Upgrading with extensions getting a row is too big

PostGIS trac at osgeo.org
Mon Aug 20 06:09:09 PDT 2012


#1959: Upgrading with extensions getting a row is too big
-----------------------------------+----------------------------------------
 Reporter:  robe                   |       Owner:  robe         
     Type:  defect                 |      Status:  new          
 Priority:  blocker                |   Milestone:  PostGIS 2.1.0
Component:  build/upgrade/install  |     Version:  trunk        
 Keywords:                         |  
-----------------------------------+----------------------------------------
 This is really odd.  I was doing great with the:


 {{{
 ALTER EXTENSION postgis UPDATE TO "2.1.0SVNnext";
 ALTER EXTENSION postgis UPDATE TO "2.1.0SVN";
 }}}

 Until now.  Don't know if its a change in our code or my packaging or a
 bug in extension system.

 This is going from:
 2.1.0SVN r10181 to 2.1.0SVN r10191

 I get this error:

 {{{
  row is too big: size 9280, maximum size 8160
 }}}


 I thought it might be a bug in PostgreSQL 9.2beta3, but i get the same
 weirdness on my 9.1 64-bit install. Except on my 64-bit I was able to do
 the first part but not the second. My 9.2 is a much more complicated
 database I restored from 8.4 that I was successful upgrading 3 times.
 This is using the latest 64-bit windows buildbot builds.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1959>
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-devel mailing list