[postgis-tickets] [PostGIS] #5545: Postgis upgrade from 3.2.3 to 3.3.2 failing on create or update function st_orderingequals

PostGIS trac at osgeo.org
Wed Sep 20 10:58:40 PDT 2023


#5545: Postgis upgrade from 3.2.3 to 3.3.2 failing on create or update function
st_orderingequals
------------------------------------+---------------------------
  Reporter:  robe                   |      Owner:  strk
      Type:  defect                 |     Status:  new
  Priority:  blocker                |  Milestone:  PostGIS 3.3.5
 Component:  build/upgrade/install  |    Version:  3.4.x
Resolution:                         |   Keywords:
------------------------------------+---------------------------
Comment (by robe):

 @Dan,

 Here is the way to work around it for now.

 {{{
 ALTER FUNCTION st_orderingequals(geometry, geometry) RENAME TO
 st_orderingequals_old;
 }}}

 That should get you past the upgrade issue.  You'll have to address later
 though.

 strk -- what is the naming convention you use so it can be auto dropped
 later.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5545#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