[postgis-devel] [PostGIS] #1820: Can't compile against 9.2 beta1

PostGIS trac at osgeo.org
Wed May 16 00:18:46 PDT 2012


#1820: Can't compile against 9.2 beta1
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.0.1
Component:  postgis  |     Version:  2.0.x        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by robe):

 Hmm 9.2 is now case sensitive for language if you quote the language. So
 our LANGUAGE 'C' prevents postgis from loading.

 I think all those references need to be changed to LANGUAGE c or LANGUAGE
 'c'

 Right now get error

 {{{
  language "C" does not exist
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1820#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-devel mailing list