mirror of
https://gitee.com/he3db/he3pg.git
synced 2024-11-29 18:58:35 +08:00
!167 bug fix pthread_join not quit when do pitr
Merge pull request !167 from 裴庭伟/dev_performance
This commit is contained in:
commit
dd5777cfc1
@ -9432,6 +9432,8 @@ void StartupXLOG(void)
|
||||
if (he3_point_in_time_recovery && he3recoveryStopsAfter(xlogreader))
|
||||
{
|
||||
pushTikv(0,hashMapSize(),true);
|
||||
reachedRecoveryTarget = true;
|
||||
WalTaskImmediateFree();
|
||||
break;
|
||||
}
|
||||
/* Else, try to fetch the next WAL record */
|
||||
|
Loading…
Reference in New Issue
Block a user