1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +03:00

Fix various typos and grammar errors in comments.

Author: Dmitriy Olshevskiy
Discussion: 553D00A6.4090205@bk.ru
This commit is contained in:
Andres Freund
2015-04-26 18:42:31 +02:00
parent 9fe1d9ac68
commit 6aab1f45ac
21 changed files with 25 additions and 25 deletions

View File

@@ -40,7 +40,7 @@ typedef struct
BTSpool *spool;
/*
* spool2 is needed only when the index is an unique index. Dead tuples
* spool2 is needed only when the index is a unique index. Dead tuples
* are put into spool2 instead of spool in order to avoid uniqueness
* check.
*/