nbtree: Correct inaccurate split location comment.

Minor oversight in commit fab2502433.
pull/55/head
Peter Geoghegan 6 years ago
parent 16e3ad5d14
commit f7a476f0d6
  1. 2
      src/backend/access/nbtree/nbtsplitloc.c

@ -190,7 +190,7 @@ _bt_findsplitloc(Relation rel,
Assert(!BTreeTupleIsPosting(newitem));
/*
* maxsplits should never exceed maxoff because there will be at most as
* nsplits should never exceed maxoff because there will be at most as
* many candidate split points as there are points _between_ tuples, once
* you imagine that the new item is already on the original page (the
* final number of splits may be slightly lower because not all points

Loading…
Cancel
Save