[postgis-tickets] [PostGIS] #4590: Upgrading PostGIS 3.0 PG 11 to PostGIS 3.0 PG 12 errors after pg_upgrade - st_linecrossingdirection

PostGIS trac at osgeo.org
Tue Nov 26 02:29:15 PST 2019


#4590: Upgrading PostGIS 3.0 PG 11 to PostGIS 3.0 PG 12 errors after pg_upgrade -
st_linecrossingdirection
------------------------------------+---------------------------
  Reporter:  robe                   |      Owner:  strk
      Type:  defect                 |     Status:  reopened
  Priority:  medium                 |  Milestone:  PostGIS 3.0.1
 Component:  build/upgrade/install  |    Version:  3.0.x
Resolution:                         |   Keywords:
------------------------------------+---------------------------

Comment (by Algunenano):

 > It means upgrades would fail, doesn't it ?

 Obviously not, since people have already migrated from 2.5 to 3.0. It was
 handled using `./postgis/postgis_before_upgrade.sql` and that's still in
 place, so upgrades that require changing the signature from `geom1` to
 `line1` don't fail.

 Again, the issue here is that 3.0+PG11 -> 3.0+PG12 was changing the
 signature from the new one to the old one (due to this bug) and we don't
 have a way to handle this explicit change, but we do handle the change
 from the old signature to the new one.

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