PostGIS  2.5.7dev-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 1597 of file gserialized_gist_nd.c.

1598 {
1599  if ( *pos )
1600  gidx_merge(box_union, box_current);
1601  else
1602  {
1603  pfree(*box_union);
1604  *box_union = gidx_copy(box_current);
1605  }
1606  list[*pos] = num;
1607  (*pos)++;
1608 }
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: