PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ geometry_typmod_in()

Datum geometry_typmod_in ( PG_FUNCTION_ARGS  )

Definition at line 316 of file gserialized_typmod.c.

References geography_enforce_typmod(), gserialized_typmod_in(), LW_FALSE, and PG_FUNCTION_INFO_V1().

Referenced by geography_typmod_in().

317 {
318  ArrayType *arr = (ArrayType *) DatumGetPointer(PG_GETARG_DATUM(0));
319  uint32 typmod = gserialized_typmod_in(arr, LW_FALSE); /* Not a geography */;
320  PG_RETURN_INT32(typmod);
321 }
static uint32 gserialized_typmod_in(ArrayType *arr, int is_geography)
#define LW_FALSE
Definition: liblwgeom.h:77
Here is the call graph for this function:
Here is the caller graph for this function: