Thread: pgsql: Correct nbtsplitloc.c comment.

pgsql: Correct nbtsplitloc.c comment.

From
Peter Geoghegan
Date:
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.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ac37bd51a4227683529f37148d6aefc95c837abb

Modified Files
--------------
src/backend/access/nbtree/nbtsplitloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)