Correct nbtsplitloc.c comment.
authorPeter Geoghegan <pg@bowt.ie>
Mon, 15 Jul 2019 21:35:06 +0000 (14:35 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Mon, 15 Jul 2019 21:35:06 +0000 (14:35 -0700)
commitbfdbac2ab3ef1a12a7de231552b128ed83ad00bb
treebfa1027b89c0fa3185a302139ead72685d7f013f
parente3899ffd8beafdaaa037b503163a9f572e9fc729
Correct nbtsplitloc.c comment.

The logic just added by commit e3899ffd falls back on a 50:50 page split
in the event of a new item that's just to the right of our provisional
"many duplicates" split point.  Fix a comment that incorrectly claimed
that the new item had to be just to the left of our provisional split
point.

Backpatch: 12-, just like commit e3899ffd.
src/backend/access/nbtree/nbtsplitloc.c