PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ gidx_in()

Datum gidx_in ( PG_FUNCTION_ARGS  )

Definition at line 1798 of file gserialized_gist_nd.c.

1799 {
1800  ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), errmsg("function gidx_in not implemented")));
1801  PG_RETURN_POINTER(NULL);
1802 }