PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ geometry_typmod_in()

Datum geometry_typmod_in ( PG_FUNCTION_ARGS  )

Definition at line 309 of file gserialized_typmod.c.

310 {
311  ArrayType *arr = (ArrayType *) DatumGetPointer(PG_GETARG_DATUM(0));
312  uint32 typmod = gserialized_typmod_in(arr, LW_FALSE); /* Not a geography */;
313  PG_RETURN_INT32(typmod);
314 }
static uint32 gserialized_typmod_in(ArrayType *arr, int is_geography)
#define LW_FALSE
Definition: liblwgeom.h:77

References gserialized_typmod_in(), and LW_FALSE.

Here is the call graph for this function: