PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gidx_in()

Datum gidx_in ( PG_FUNCTION_ARGS  )

Definition at line 2007 of file gserialized_gist_nd.c.

References gidx_out(), and PG_FUNCTION_INFO_V1().

Referenced by gserialized_gist_picksplit().

2008 {
2009  ereport(ERROR,(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
2010  errmsg("function gidx_in not implemented")));
2011  PG_RETURN_POINTER(NULL);
2012 }
Here is the call graph for this function:
Here is the caller graph for this function: