mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 16:22:44 +03:00
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy Discussion: 553D00A6.4090205@bk.ru
This commit is contained in:
@@ -304,7 +304,7 @@ brin_free_tuple(BrinTuple *tuple)
|
||||
}
|
||||
|
||||
/*
|
||||
* Create an palloc'd copy of a BrinTuple.
|
||||
* Create a palloc'd copy of a BrinTuple.
|
||||
*/
|
||||
BrinTuple *
|
||||
brin_copy_tuple(BrinTuple *tuple, Size len)
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -291,7 +291,7 @@ AtAbort_Twophase(void)
|
||||
}
|
||||
|
||||
/*
|
||||
* This is called after we have finished transfering state to the prepared
|
||||
* This is called after we have finished transferring state to the prepared
|
||||
* PGXACT entry.
|
||||
*/
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user