1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Remove duplicate words in comments.

Found these with grep -r "for for ".
This commit is contained in:
Heikki Linnakangas
2012-05-02 10:20:27 +03:00
parent 50c2d6a1a6
commit f291ccd43e
5 changed files with 5 additions and 5 deletions

View File

@ -818,7 +818,7 @@ doPickSplit(Relation index, SpGistState *state,
/*
* We may not actually insert new tuple because another picksplit may be
* necessary due to too large value, but we will try to to allocate enough
* necessary due to too large value, but we will try to allocate enough
* space to include it; and in any case it has to be included in the input
* for the picksplit function. So don't increment nToInsert yet.
*/