[postgis-tickets] [PostGIS] #3686: perl upgrade scripts should not touch DO

PostGIS trac at osgeo.org
Mon Jan 16 09:02:30 PST 2017


#3686: perl upgrade scripts should not touch DO
----------------------+---------------------------
  Reporter:  robe     |      Owner:  strk
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 2.4.0
 Component:  postgis  |    Version:  2.3.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by strk):

 It looks like there IS code in postgis_proc_upgrade.pl to not
 mess with DO, here it is:

 {{{
   if ( /^do *language .*\$\$/i )
   {
     print;
     while(<INPUT>)
     {
       print;
       last if /\$\$/;
     }
   }
 }}}

 Are you saying it's not working as expected ?

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3686#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