removed unused variable

This commit is contained in:
dengxuyue 2021-04-17 15:11:38 +08:00 committed by zhaowenhao
parent 4d60233c3b
commit 46e97fe6f8
1 changed files with 0 additions and 1 deletions

View File

@ -2168,7 +2168,6 @@ static Buffer ReadBuffer_common(SMgrRelation smgr, char relpersistence, ForkNumb
bufBlock = isLocalBuf ? LocalBufHdrGetBlock(bufHdr) : BufHdrGetBlock(bufHdr);
bool block_exist = true;
bool needputtodirty = ReadBuffer_common_ReadBlock(smgr, relpersistence, forkNum, blockNum,
mode, isExtend, bufBlock);
if (needputtodirty) {