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

This commit is contained in:
chendong76
2023-10-19 11:44:46 +08:00
parent a13a9ff943
commit d179416ba8

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)) {