1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix misc typos, mostly in comments.

A collection of typos I happened to spot while reading code, as well as
grepping for common mistakes.

Backpatch to all supported versions, as applicable, to avoid conflicts
when backporting other commits in the future.
This commit is contained in:
Heikki Linnakangas
2018-07-09 16:10:44 +03:00
parent 330cad2c4b
commit 75459bc427
13 changed files with 15 additions and 15 deletions

View File

@ -76,7 +76,7 @@ blendscan(IndexScanDesc scan)
}
/*
* Insert all matching tuples into to a bitmap.
* Insert all matching tuples into a bitmap.
*/
int64
blgetbitmap(IndexScanDesc scan, TIDBitmap *tbm)