310{
313 Datum geometry_array = 0;
314
315 if (PG_ARGISNULL(0))
316 PG_RETURN_NULL();
317
319
321 {
322 elog(ERROR, "Tolerance not defined");
323 PG_RETURN_NULL();
324 }
325
329 PG_RETURN_NULL();
330
332}
char result[OUT_DOUBLE_BUFFER_SIZE]
Datum cluster_within_distance_garray(PG_FUNCTION_ARGS)
Datum pgis_accum_finalfn(CollectionBuildState *state, MemoryContext mctx, FunctionCallInfo fcinfo)
Datum PGISDirectFunctionCall2(PGFunction func, Datum arg1, Datum arg2)
A modified version of PostgreSQL's DirectFunctionCall2 which allows NULL results; this is required fo...
Datum data[CollectionBuildStateDataSize]