mirror of
https://github.com/postgres/postgres.git
synced 2026-04-02 15:57:24 -04:00
Correct nbtsplitloc.c comment.
The logic just added by commite3899ffdfalls 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 commite3899ffd.
This commit is contained in:
parent
e3899ffd8b
commit
bfdbac2ab3
1 changed files with 1 additions and 1 deletions
|
|
@ -815,7 +815,7 @@ _bt_bestsplitloc(FindSplitData *state, int perfectpenalty,
|
|||
{
|
||||
/*
|
||||
* Avoid the problem by peforming a 50:50 split when the new item is
|
||||
* just to the left of the would-be "many duplicates" split point.
|
||||
* just to the right of the would-be "many duplicates" split point.
|
||||
*/
|
||||
final = &state->splits[0];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue