diff options
Diffstat (limited to 'src/backend/access/nbtree/nbtsplitloc.c')
-rw-r--r-- | src/backend/access/nbtree/nbtsplitloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/nbtree/nbtsplitloc.c b/src/backend/access/nbtree/nbtsplitloc.c index 1c1029b6c4d..a04d4e25d69 100644 --- a/src/backend/access/nbtree/nbtsplitloc.c +++ b/src/backend/access/nbtree/nbtsplitloc.c @@ -814,7 +814,7 @@ _bt_bestsplitloc(FindSplitData *state, int perfectpenalty, final->firstoldonright < state->newitemoff + MAX_LEAF_INTERVAL) { /* - * Avoid the problem by peforming a 50:50 split when the new item is + * Avoid the problem by performing a 50:50 split when the new item is * just to the right of the would-be "many duplicates" split point. */ final = &state->splits[0]; |