!4326 5.0.0分支回合按需回放问题

Merge pull request !4326 from 陈栋/5.0.0_bugfix
This commit is contained in:
opengauss_bot
2023-10-19 12:17:38 +00:00
committed by Gitee

View File

@ -1944,6 +1944,7 @@ int CBOndemandRedoPageForStandby(void *block_key, int32 *redo_status)
SegSpace *spc = NULL;
uint32 saveInterruptHoldoffCount = t_thrd.int_cxt.InterruptHoldoffCount;
*redo_status = ONDEMAND_REDO_DONE;
smgrcloseall();
PG_TRY();
{
if (IsSegmentPhysicalRelNode(tag->rnode)) {