PostGIS
3.0.6dev-r@@SVN_REVISION@@
◆
gserialized_gist_same()
Datum gserialized_gist_same
(
PG_FUNCTION_ARGS
)
Definition at line
1251
of file
gserialized_gist_nd.c
.
1252
{
1253
GIDX *b1 = (GIDX *)PG_GETARG_POINTER(0);
1254
GIDX *b2 = (GIDX *)PG_GETARG_POINTER(1);
1255
bool
*result = (
bool
*)PG_GETARG_POINTER(2);
1256
1257
POSTGIS_DEBUG(4,
"[GIST] 'same' function called"
);
1258
1259
*result =
gidx_equals
(b1, b2);
1260
1261
PG_RETURN_POINTER(result);
1262
}
gidx_equals
bool gidx_equals(GIDX *a, GIDX *b)
Definition:
gserialized_gist_nd.c:467
References
gidx_equals()
.
Here is the call graph for this function:
postgis
gserialized_gist_nd.c
Generated by
1.9.1