[postgis-tickets] [PostGIS] #5486: Upgrade from 3.2.1 fails due to deprecating two flavors of st_dwithin

PostGIS trac at osgeo.org
Mon Aug 28 08:04:38 PDT 2023


#5486: Upgrade from 3.2.1  fails due to deprecating two flavors of st_dwithin
------------------------------------+---------------------------
  Reporter:  strk                   |      Owner:  strk
      Type:  defect                 |     Status:  new
  Priority:  medium                 |  Milestone:  PostGIS 3.3.5
 Component:  build/upgrade/install  |    Version:  3.3.x
Resolution:                         |   Keywords:
------------------------------------+---------------------------
Comment (by strk):

 The difference between CI and my local system is in the hooks being
 passed.

 The working one (run by CI):
 {{{
   --before-upgrade-script   regress/hooks/hook-before-upgrade.sql \
   --after-upgrade-script    regress/hooks/hook-after-upgrade.sql \
 }}}

 The failing one:
 {{{
   --before-upgrade-script raster/test/regress/hooks/hook-before-upgrade-
 raster.sql \
   --before-upgrade-script regress/hooks/hook-before-upgrade.sql \
   --after-upgrade-script regress/hooks/hook-after-upgrade.sql \
 }}}

 Puzzling but for some reason running the raster before-upgrade test hook
 somehow affects the st_dwithin upgradeability.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5486#comment:5>
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