[postgis-devel] PG_NARGS not defined in fmgr.h < 7.3
strk at refractions.net
strk at refractions.net
Fri Nov 19 05:41:08 PST 2004
On Thu, Oct 28, 2004 at 08:28:16PM +0200, Sebastien NICAISE wrote:
> It's ok for lwgparse.c
>
> I have a problem in loader/pgsql2shp.c with PQunescapeBytea(), but i see
> your TODO file (Add a own version
> of PQunescapeBytea() to be used for USE_VERSION<73)
I've finally fixed this.
> I change lwgeom/Makefile because keyword substitution of
> @MODULE_FILENAME@ in lwpostgis.sql.in don't
> work properly for me :
> ifeq (${USE_VERSION},71)
> MODULE_INSTALLDIR = $(libdir)
> MODULE_FILENAME = $(MODULE_INSTALLDIR)/$(shlib)
> else
> MODULE_INSTALLDIR = $(pkglibdir)
> MODULE_FILENAME = $(MODULE_INSTALLDIR)/$(shlib)
> endif
I'd like to see this better, if you can try latest CVS
that would be great.
>
> And the last problem :
> #>psql -f lwpostgis.sql -d mydb
> #> psql:lwpostgis.sql:80: ERROR: argument type cstring does not exist
> CREATE OR REPLACE FUNCTION geometry_in(cstring)
> RETURNS geometry
> AS '/usr/lib/postgresql/liblwgeom.so.1.0','LWGEOM_in'
> LANGUAGE 'C' WITH (isstrict,iscachable);
> I don't find geometry_in in HEAD (geometry_in was defined in postgis.h
> in release 0.9.0)
I've fixed this and many other missupports for PG72.
Please try again with current CVS.
--strk;
>
> strk at refractions.net wrote:
>
> >Well.. since Ralph didn't step on this I handled it.
> >Sebastien, can you please try current HEAD branch ?
> >
> >REF:
> >http://postgis.refractions.net/pipermail/postgis-devel/2004-October/000561.html
> >
> >--strk;
> >
>
>
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel
More information about the postgis-devel
mailing list