286 Datum geometry_array = 0;
291 p = (
pgis_abs*) PG_GETARG_POINTER(0);
298 PG_RETURN_DATUM(result);
Datum polygonize_garray(PG_FUNCTION_ARGS)
Datum pgis_accum_finalfn(pgis_abs *p, MemoryContext mctx, FunctionCallInfo fcinfo)
Datum PGISDirectFunctionCall1(PGFunction func, Datum arg1)
A modified version of PostgreSQL's DirectFunctionCall1 which allows NULL results; this is required fo...
To pass the internal ArrayBuildState pointer between the transfn and finalfn we need to wrap it into ...