[postgis-tickets] [PostGIS] #2334: Cannot upgrade from 2.0 to 2.1 (non-extension upgrade)

PostGIS trac at osgeo.org
Tue Jun 4 06:17:47 PDT 2013


#2334: Cannot upgrade from 2.0 to 2.1 (non-extension upgrade)
-----------------------+----------------------------------------------------
 Reporter:  dustymugs  |       Owner:  strk         
     Type:  defect     |      Status:  new          
 Priority:  blocker    |   Milestone:  PostGIS 2.1.0
Component:  postgis    |     Version:  trunk        
 Keywords:             |  
-----------------------+----------------------------------------------------

Comment(by strk):

 Supposedly drop_before.sql is already included in
 postgis_upgrade_20_21.sql, according
 to this rule in Makefile:

 {{{
 postgis_upgrade_20_21.sql.in: postgis_drop_before.sql postgis.sql
 postgis_drop_after.sql
   cat $^ > $@
 postgis_upgrade_20_21.sql: postgis_upgrade_20_21.sql.in
 ../utils/postgis_proc_upgrade.pl
   $(PERL) ../utils/postgis_proc_upgrade.pl $< 2.0 > $@
 }}}

 Dustymugs, are you in a position to try reproducing this bug after
 checking generation of that file ?

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