[PostGIS] #2355: Upgrade to change box cast to assignment

PostGIS trac at osgeo.org
Mon Jun 22 00:46:03 PDT 2026


#2355: Upgrade to change box cast to assignment
-------------------------+-----------------------------
  Reporter:  robe        |      Owner:  robe
      Type:  defect      |     Status:  closed
  Priority:  low         |  Milestone:  PostGIS Fund Me
 Component:  postgis     |    Version:  master
Resolution:  worksforme  |   Keywords:
-------------------------+-----------------------------
Changes (by komzpa):

 * resolution:   => worksforme
 * status:  new => closed

Comment:

 - New-install related commit:
 https://gitea.osgeo.org/postgis/postgis/commit/7543b7c1ab90d8edff0f6cdbdb3ab50c81dd431e
   - Upgrade machinery evidence: current generated upgrade SQL contains:
     DROP CAST IF EXISTS (geometry AS box);
     CREATE CAST (geometry AS box) WITH FUNCTION box(geometry) AS
 ASSIGNMENT;

   - Generic cast drop/recreate machinery commit predates the ticket:
 https://gitea.osgeo.org/postgis/postgis/commit/9936c19597b5125c70d9892a5c60fafeaeb30cce
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2355#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