Fix the bug of checkpoint problem

Offering: openGaussDev

More detail:

Match-id-c87ee9f3800a09975cfedd2199b1e698f3d149b2
This commit is contained in:
openGaussDev 2022-03-06 22:24:25 +08:00 committed by yanghao
parent 1ad8739cab
commit f1241ddf15
1 changed files with 1 additions and 1 deletions

View File

@ -1217,8 +1217,8 @@ static void HandlePageWriterMainInterrupts()
}
if (t_thrd.pagewriter_cxt.sync_requested) {
PageWriterSyncWithAbsorption();
t_thrd.pagewriter_cxt.sync_requested = false;
PageWriterSyncWithAbsorption();
}
/* main thread should finally exit. */