[postgis-devel] [PostGIS] #940: Can't compile PostGIS against PostgreSQL 9.1 beta1

PostGIS trac at osgeo.org
Fri May 6 02:15:25 PDT 2011


#940: Can't compile PostGIS against PostgreSQL 9.1 beta1
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by otto):

 Not sure if this is a proper fix but I changed:
 {{{
 -   InitFunctionCallInfoData(fcinfo, NULL, 1, NULL, NULL);
 +   InitFunctionCallInfoData(fcinfo, NULL, 1, InvalidOid, NULL, NULL);
 }}}

 and it appears to work ok for me.

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