修改多事务日志回放时强制等待之前日志回放完成

This commit is contained in:
chenxiaobin19
2023-12-22 16:55:34 +08:00
committed by zhang_xubo
parent 721f8fb48c
commit c5a87164d8

View File

@ -870,7 +870,7 @@ static bool DispatchMultiXactRecord(XLogReaderState *record, List *expectedTLIs,
/* page worker will not use multixact */
DispatchTxnRecord(record, expectedTLIs, recordXTime, false);
return false;
return true;
}
/* Run from the dispatcher thread. */