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

PostGIS trac at osgeo.org
Tue May 10 23:47:50 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 stl):

 The patch can be:

 #if POSTGIS_PGSQL_VERSION > 90
     InitFunctionCallInfoData(fcinfo, NULL, 1, InvalidOid, NULL, NULL);
 #else
     InitFunctionCallInfoData(fcinfo, NULL, 1, NULL, NULL);
 #endif

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