[postgis-tickets] [PostGIS] #5239: make uninstall uninstalls more than needed

PostGIS trac at osgeo.org
Wed Sep 14 07:11:12 PDT 2022


#5239: make uninstall uninstalls more than needed
------------------------------------+---------------------------
  Reporter:  strk                   |      Owner:  strk
      Type:  defect                 |     Status:  new
  Priority:  medium                 |  Milestone:  PostGIS 3.4.0
 Component:  build/upgrade/install  |    Version:  1.4.X
Resolution:                         |   Keywords:
------------------------------------+---------------------------
Changes (by strk):

 * version:  3.0.x => 1.4.X

Comment:

 I verified we've had this problem for a long time. As back as 1.4:
 {{{
 [strk at c19:/usr/local/src/postgis] grep wildcard.*EXT */extensions/upgrade-
 paths-rules.mk
 postgis-1.4/extensions/upgrade-paths-rules.mk:  $(wildcard
 $(EXTDIR)/*$(EXTVERSION).sql) \
 postgis-1.4/extensions/upgrade-paths-rules.mk:  $(wildcard
 $(EXTDIR)/*$(EXTVERSION)next.sql) \
 postgis-2.4/extensions/upgrade-paths-rules.mk:  $(wildcard
 $(EXTDIR)/*$(EXTVERSION).sql) \
 postgis-2.4/extensions/upgrade-paths-rules.mk:  $(wildcard
 $(EXTDIR)/*$(EXTVERSION)next.sql) \
 postgis-2.5/extensions/upgrade-paths-rules.mk:  $(wildcard
 $(EXTDIR)/*$(EXTVERSION).sql) \
 postgis-2.5/extensions/upgrade-paths-rules.mk:  $(wildcard
 $(EXTDIR)/*$(EXTVERSION)next.sql) \
 postgis-3.0/extensions/upgrade-paths-rules.mk:  $(wildcard
 $(EXTDIR)/*$(EXTVERSION).sql) \
 postgis-3.0/extensions/upgrade-paths-rules.mk:  $(wildcard
 $(EXTDIR)/*$(EXTVERSION)next.sql) \
 postgis-3.1/extensions/upgrade-paths-rules.mk:  $(wildcard
 $(EXTDIR)/*$(EXTVERSION).sql) \
 postgis-3.1/extensions/upgrade-paths-rules.mk:  $(wildcard
 $(EXTDIR)/*$(EXTVERSION)next.sql) \
 postgis-3.2/extensions/upgrade-paths-rules.mk:  $(wildcard
 $(EXTDIR)/*$(EXTVERSION).sql) \
 postgis-3.2/extensions/upgrade-paths-rules.mk:  $(wildcard
 $(EXTDIR)/*$(EXTVERSION)next.sql) \
 postgis-3.3/extensions/upgrade-paths-rules.mk:  $(wildcard
 $(EXTDIR)/*$(EXTVERSION).sql) \
 postgis-3.3/extensions/upgrade-paths-rules.mk:  $(wildcard
 $(EXTDIR)/*$(EXTVERSION)next.sql) \
 postgis/extensions/upgrade-paths-rules.mk:      $(wildcard
 $(EXTDIR)/*$(EXTVERSION).sql) \
 postgis/extensions/upgrade-paths-rules.mk:      $(wildcard
 $(EXTDIR)/*$(EXTVERSION)next.sql) \
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5239#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