修改多事务日志回放时强制等待之前日志回放完成
This commit is contained in:
committed by
zhang_xubo
parent
721f8fb48c
commit
c5a87164d8
@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user