mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 00:02:04 -04:00
nbtree: Correct inaccurate split location comment.
Minor oversight in commit fab25024338.
This commit is contained in:
parent
16e3ad5d14
commit
f7a476f0d6
@ -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…
x
Reference in New Issue
Block a user