[postgis-tickets] [PostGIS] #4420: update path does not exists for address_standardizer extension

PostGIS trac at osgeo.org
Fri Jun 7 05:16:51 PDT 2019


#4420: update path does not exists for address_standardizer extension
------------------------------------------+---------------------------
 Reporter:  usama                         |      Owner:  strk
     Type:  defect                        |     Status:  new
 Priority:  medium                        |  Milestone:  PostGIS 2.5.3
Component:  build/upgrade/install         |    Version:  2.4.x
 Keywords:  address_standardizer upgrade  |
------------------------------------------+---------------------------
 address_standardizer Makefile does not generate the update files needed to
 upgrade the extension.
 For example, I had Postgis 2.3.8 installed and wanted to upgrade it to
 2.4.6. All the Postgis extension upgrades successfully but
 address_standardizer fails with error.


 {{{
 postgres=#  alter extension address_standardizer  update to '2.4.4';
 2019-06-07 17:07:46 PKT ERROR:  extension "address_standardizer" has no
 update path from version "2.3.8" to version "2.4.4"
 2019-06-07 17:07:46 PKT STATEMENT:  alter extension address_standardizer
 update to '2.4.4';
 ERROR:  extension "address_standardizer" has no update path from version
 "2.3.8" to version "2.4.4"

 }}}

 As all the plugins Makefiles generates the update files for each version


 {{{
   for OLD_VERSION in $(UPGRADEABLE_VERSIONS);
   ...

 }}}

 But address_standardizer's one doesn't.

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