mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Fix typos in the code
Author: Vignesh C Reviewed-by: Dilip Kumar, Michael Paquier Discussion: https://postgr.es/m/CALDaNm0ni+GAOe4+fbXiOxNrVudajMYmhJFtXGX-zBPoN8ixhw@mail.gmail.com
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user