PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ pgis_abs_in()

Datum pgis_abs_in ( PG_FUNCTION_ARGS  )

Putting pgis_abs back for ABI compatibility with 2.4 and below TODO: Drop when 3.0 rolls around.

Definition at line 64 of file lwgeom_accum.c.

65 {
66  ereport(ERROR,(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
67  errmsg("function %s not implemented", __func__)));
68  PG_RETURN_POINTER(NULL);
69 }