PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ gserialized_gidx_gidx_same()

Datum gserialized_gidx_gidx_same ( PG_FUNCTION_ARGS  )

Definition at line 846 of file gserialized_gist_nd.c.

847{
848 if (gidx_equals((GIDX *)PG_GETARG_POINTER(0), (GIDX *)PG_GETARG_POINTER(1)))
849 PG_RETURN_BOOL(true);
850
851 PG_RETURN_BOOL(false);
852}
bool gidx_equals(GIDX *a, GIDX *b)

References gidx_equals().

Here is the call graph for this function: