!4324 修复按需回放阶段主机redo备机请求页面时,段页式表空间选择出错的问题

Merge pull request !4324 from 陈栋/bugfix
This commit is contained in:
opengauss_bot
2023-10-19 11:18:55 +00:00
committed by Gitee

View File

@ -2019,6 +2019,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)) {