PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ geometry_typmod_in()

Datum geometry_typmod_in ( PG_FUNCTION_ARGS  )

Definition at line 306 of file gserialized_typmod.c.

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

References gserialized_typmod_in(), and LW_FALSE.

Here is the call graph for this function: