[postgis-devel] Geotools locking support missing from PostGIS 1.0

dblasby at openplans.org dblasby at openplans.org
Mon Mar 21 17:55:31 PST 2005


strk,

The transaction locking support for PostGIS is missing from the 1.0
series.  That probably because it was in postgis_debug.c and never got
moved to postgis_fn.c.

Any chance you could get that moved back into the 1.0 series?  You
shouldnt have to do much more than move the functions out of
postgis_debug.c:
extern Datum getTransactionID(PG_FUNCTION_ARGS);
extern Datum lockcheck(PG_FUNCTION_ARGS);

jody at refractions.net is the expert on this.

dave

----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/



More information about the postgis-devel mailing list