【bugfix】 修复postmaster线程卡在PM_WAIT_BACKEND

This commit is contained in:
congzhou2603
2023-09-19 10:43:51 +08:00
committed by chendong76
parent 2c01990d00
commit 3d19aa34b5
2 changed files with 24 additions and 0 deletions

View File

@ -31,6 +31,8 @@
#define REFORM_WAIT_LONG 100000 /* 0.1 sec */
#define WAIT_REFORM_CTRL_REFRESH_TRIES 1000
#define WAIT_PMSTATE_UPDATE_TRIES 100
#define REFORM_CTRL_VERSION 1
typedef struct SSBroadcastCancelTrx {