mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Fix misc typos.
Oskari Saarenmaa. Backpatch to stable branches where applicable.
This commit is contained in:
@@ -127,7 +127,7 @@ brinRevmapExtend(BrinRevmap *revmap, BlockNumber heapBlk)
|
||||
* it's not long enough.
|
||||
*
|
||||
* The returned buffer is also recorded in the revmap struct; finishing that
|
||||
* releases the buffer, therefore the caller needn't do it explicitely.
|
||||
* releases the buffer, therefore the caller needn't do it explicitly.
|
||||
*/
|
||||
Buffer
|
||||
brinLockRevmapPageForUpdate(BrinRevmap *revmap, BlockNumber heapBlk)
|
||||
@@ -314,7 +314,7 @@ revmap_get_blkno(BrinRevmap *revmap, BlockNumber heapBlk)
|
||||
* Obtain and return a buffer containing the revmap page for the given heap
|
||||
* page. The revmap must have been previously extended to cover that page.
|
||||
* The returned buffer is also recorded in the revmap struct; finishing that
|
||||
* releases the buffer, therefore the caller needn't do it explicitely.
|
||||
* releases the buffer, therefore the caller needn't do it explicitly.
|
||||
*/
|
||||
static Buffer
|
||||
revmap_get_buffer(BrinRevmap *revmap, BlockNumber heapBlk)
|
||||
|
||||
Reference in New Issue
Block a user