[postgis-tickets] [PostGIS] #2674: Another count mismatch postgis 2.0.4 to 2.1.2dev one less operator

PostGIS trac at osgeo.org
Sun Mar 9 22:15:36 PDT 2014


#2674: Another count mismatch postgis 2.0.4 to 2.1.2dev one less operator
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  dustymugs    
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.1.2
Component:  raster   |     Version:  2.1.x        
 Keywords:           |  
---------------------+------------------------------------------------------
 If I do a clean install:

 {{{
  CREATE EXTENSION postgis
   SCHEMA public
   VERSION "2.1.2dev";

 }}}

 I have 45 operators

 If I do an upgrade to 2.1.2dev from 2.0.4, I only have 44 operators.

 Also seem to be missing operator classes and operator families.

 The difference is that the following don't get installed.


 {{{
 operator =(raster,raster)
 operator class hash_raster_ops for access method hash
 operator family hash_raster_ops for access method hash
 }}}


 I know the = operator was introduced in 2.1 and it's probably missing
 Availability info.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2674>
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