We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e3ad5 commit f7a476fCopy full SHA for f7a476f
src/backend/access/nbtree/nbtsplitloc.c
@@ -190,7 +190,7 @@ _bt_findsplitloc(Relation rel,
190
Assert(!BTreeTupleIsPosting(newitem));
191
192
/*
193
- * maxsplits should never exceed maxoff because there will be at most as
+ * nsplits should never exceed maxoff because there will be at most as
194
* many candidate split points as there are points _between_ tuples, once
195
* you imagine that the new item is already on the original page (the
196
* final number of splits may be slightly lower because not all points
0 commit comments