PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
gserialized_gidx_gidx_same()
Datum gserialized_gidx_gidx_same
(
PG_FUNCTION_ARGS
)
Definition at line
1020
of file
gserialized_gist_nd.c
.
1021
{
1022
if
(
gidx_equals
((GIDX *)PG_GETARG_POINTER(0), (GIDX *)PG_GETARG_POINTER(1)) )
1023
PG_RETURN_BOOL(
true
);
1024
1025
PG_RETURN_BOOL(
false
);
1026
}
gidx_equals
static bool gidx_equals(GIDX *a, GIDX *b)
Definition:
gserialized_gist_nd.c:497
References
gidx_equals()
.
Here is the call graph for this function:
postgis
gserialized_gist_nd.c
Generated by
1.9.1