[postgis-devel] [PostGIS] #940: Can't compile PostGIS against PostgreSQL 9.1 beta1
PostGIS
trac at osgeo.org
Thu May 5 19:45:10 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 robe):
Yap looks like it changed. InitFunctionCallInfoData in prior versions
took 5 args
{{{
InitFunctionCallInfoData ( Fcinfo,
Flinfo,
Nargs,
Context,
Resultinfo )
}}}
In 9.1b1 it looks like
{{{
InitFunctionCallInfoData(Fcinfo, Flinfo, Nargs, Collation, Context,
Resultinfo)
}}}
Looks like they added Collation.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/940#comment:1>
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