mirror of
https://github.com/postgres/postgres.git
synced 2026-03-11 10:45:17 -04:00
Fix typo in comments
Backpatch-through: v16
This commit is contained in:
parent
e4e63cd986
commit
18dd9d2ed9
1 changed files with 4 additions and 4 deletions
|
|
@ -1344,8 +1344,8 @@ BufferAlloc(SMgrRelation smgr, char relpersistence, ForkNumber forkNum,
|
|||
UnpinBuffer(victim_buf_hdr);
|
||||
|
||||
/*
|
||||
* The victim buffer we acquired peviously is clean and unused, let it
|
||||
* be found again quickly
|
||||
* The victim buffer we acquired previously is clean and unused, let
|
||||
* it be found again quickly
|
||||
*/
|
||||
StrategyFreeBuffer(victim_buf_hdr);
|
||||
|
||||
|
|
@ -1924,7 +1924,7 @@ ExtendBufferedRelShared(BufferManagerRelation bmr,
|
|||
BufferDesc *buf_hdr = GetBufferDescriptor(buffers[i] - 1);
|
||||
|
||||
/*
|
||||
* The victim buffer we acquired peviously is clean and unused,
|
||||
* The victim buffer we acquired previously is clean and unused,
|
||||
* let it be found again quickly
|
||||
*/
|
||||
StrategyFreeBuffer(buf_hdr);
|
||||
|
|
@ -2004,7 +2004,7 @@ ExtendBufferedRelShared(BufferManagerRelation bmr,
|
|||
LWLockRelease(partition_lock);
|
||||
|
||||
/*
|
||||
* The victim buffer we acquired peviously is clean and unused,
|
||||
* The victim buffer we acquired previously is clean and unused,
|
||||
* let it be found again quickly
|
||||
*/
|
||||
StrategyFreeBuffer(victim_buf_hdr);
|
||||
|
|
|
|||
Loading…
Reference in a new issue