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);
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);
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);