distinguish cmagent backend from noraml backend for dms
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user