PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ gserialized_gist_picksplit_addlist()

static void gserialized_gist_picksplit_addlist ( OffsetNumber *  list,
GIDX **  box_union,
GIDX *  box_current,
int *  pos,
int  num 
)
static

Definition at line 1376 of file gserialized_gist_nd.c.

1377 {
1378  if (*pos)
1379  gidx_merge(box_union, box_current);
1380  else
1381  {
1382  pfree(*box_union);
1383  *box_union = gidx_copy(box_current);
1384  }
1385 
1386  list[*pos] = num;
1387  (*pos)++;
1388 }
GIDX * gidx_copy(GIDX *b)
void gidx_merge(GIDX **b_union, GIDX *b_new)

References gidx_copy(), and gidx_merge().

Referenced by gserialized_gist_picksplit().

Here is the call graph for this function:
Here is the caller graph for this function: