Commit f7a476f0 authored by Peter Geoghegan's avatar Peter Geoghegan

nbtree: Correct inaccurate split location comment.

Minor oversight in commit fab25024.
parent 16e3ad5d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment