PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gserialized_gidx_gidx_same()

Datum gserialized_gidx_gidx_same ( PG_FUNCTION_ARGS  )

Definition at line 1019 of file gserialized_gist_nd.c.

References FALSE, gidx_equals(), gserialized_overlaps(), PG_FUNCTION_INFO_V1(), and TRUE.

Referenced by gserialized_gidx_geom_same().

1020 {
1021  if ( gidx_equals((GIDX *)PG_GETARG_POINTER(0), (GIDX *)PG_GETARG_POINTER(1)) )
1022  PG_RETURN_BOOL(TRUE);
1023 
1024  PG_RETURN_BOOL(FALSE);
1025 }
static bool gidx_equals(GIDX *a, GIDX *b)
#define FALSE
Definition: dbfopen.c:168
#define TRUE
Definition: dbfopen.c:169
Here is the call graph for this function:
Here is the caller graph for this function: