/* If the buffer is too full, then push down. Possibly the child will split. That may make us split. */
{
assert(node->height>0);
...
...
@@ -744,7 +747,7 @@ static int brtnode_maybe_push_down(BRT t, BRTNODE node, int *did_split, BRTNODE
find_heaviest_child(node,&childnum);
if(0)printf("%s:%d %*spush some down from %lld into %lld (child %d)\n",__FILE__,__LINE__,debug,"",node->thisnodename,node->u.n.children[childnum],childnum);