!3248 【资源池化】允许cmagent连接在的情况下进行在线failover

Merge pull request !3248 from 董宁/dn_fix15_up
This commit is contained in:
opengauss-bot
2023-03-24 02:02:13 +00:00
committed by Gitee
3 changed files with 8 additions and 1 deletions

View File

@ -55,6 +55,7 @@ typedef struct Backend {
bool is_autovacuum; /* is it an autovacuum process? */
volatile bool dead_end; /* is it going to send an quit? */
volatile int flag;
int backend_type;
Dlelem elem; /* list link in BackendList */
} Backend;