mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Fix inconsistencies and typos in the tree, take 11
This fixes various typos in docs and comments, and removes some orphaned definitions. Author: Alexander Lakhin Discussion: https://postgr.es/m/5da8e325-c665-da95-21e0-c8a99ea61fbf@gmail.com
This commit is contained in:
@@ -269,7 +269,7 @@ static int nextTempTableSpace = 0;
|
||||
* LruInsert - put a file at the front of the Lru ring and open it
|
||||
* ReleaseLruFile - Release an fd by closing the last entry in the Lru ring
|
||||
* ReleaseLruFiles - Release fd(s) until we're under the max_safe_fds limit
|
||||
* AllocateVfd - grab a free (or new) file record (from VfdArray)
|
||||
* AllocateVfd - grab a free (or new) file record (from VfdCache)
|
||||
* FreeVfd - free a file record
|
||||
*
|
||||
* The Least Recently Used ring is a doubly linked list that begins and
|
||||
|
@@ -792,7 +792,7 @@ SpeculativeInsertionWait(TransactionId xid, uint32 token)
|
||||
}
|
||||
|
||||
/*
|
||||
* XactLockTableWaitErrorContextCb
|
||||
* XactLockTableWaitErrorCb
|
||||
* Error context callback for transaction lock waits.
|
||||
*/
|
||||
static void
|
||||
|
Reference in New Issue
Block a user