修复按需回放阶段主机redo备机请求页面时,段页式表空间选择出错的问题
This commit is contained in:
@ -2019,6 +2019,7 @@ int CBOndemandRedoPageForStandby(void *block_key, int32 *redo_status)
|
|||||||
SegSpace *spc = NULL;
|
SegSpace *spc = NULL;
|
||||||
uint32 saveInterruptHoldoffCount = t_thrd.int_cxt.InterruptHoldoffCount;
|
uint32 saveInterruptHoldoffCount = t_thrd.int_cxt.InterruptHoldoffCount;
|
||||||
*redo_status = ONDEMAND_REDO_DONE;
|
*redo_status = ONDEMAND_REDO_DONE;
|
||||||
|
smgrcloseall();
|
||||||
PG_TRY();
|
PG_TRY();
|
||||||
{
|
{
|
||||||
if (IsSegmentPhysicalRelNode(tag->rnode)) {
|
if (IsSegmentPhysicalRelNode(tag->rnode)) {
|
||||||
|
Reference in New Issue
Block a user