PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ gidx_dimensionality_check()

static void gidx_dimensionality_check ( GIDX **  a,
GIDX **  b 
)
static

Definition at line 234 of file gserialized_gist_nd.c.

235 {
236  if (GIDX_NDIMS(*a) < GIDX_NDIMS(*b))
237  {
238  GIDX *tmp = *b;
239  *b = *a;
240  *a = tmp;
241  }
242 }

Referenced by gidx_inter_volume(), gidx_union_edge(), and gidx_union_volume().

Here is the caller graph for this function: