[postgis-devel] [PostGIS] #1959: Upgrading with extensions getting a row is too big
PostGIS
trac at osgeo.org
Mon Aug 20 06:18:32 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: |
-----------------------------------+----------------------------------------
Comment(by robe):
I was able to recreate with a fresh new database on my 9.1 install by
doing each of these steps separately:
{{{
CREATE EXTENSION postgis;
ALTER EXTENSION postgis UPDATE TO "2.1.0SVNnext";
ALTER EXTENSION postgis UPDATE TO "2.1.0SVN";
-- this last one fails with a row is too big: size 9280, maximum size 8160
ALTER EXTENSION postgis UPDATE TO "2.1.0SVNnext";
}}}
What's really odd is I thought I had been doing this for a while with no
issue.
I'm going to next try installing the old fashioned way to verify this is
an extension issue and not our general upgrade script.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1959#comment:1>
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