sync all inner code
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
#define IS_THREAD_POOL_SCHEDULER (t_thrd.role == THREADPOOL_SCHEDULER)
|
||||
#define IS_THREAD_POOL_STREAM (t_thrd.role == THREADPOOL_STREAM)
|
||||
#define IS_THREAD_POOL_SESSION (u_sess->session_id > 0)
|
||||
#define BackendIdForTempRelations (ENABLE_THREAD_POOL ? (BackendId)u_sess->session_ctr_index : t_thrd.proc_cxt.MyBackendId)
|
||||
#define BackendIdForTempRelations ((ENABLE_THREAD_POOL && IS_THREAD_POOL_WORKER) ? (BackendId)u_sess->session_ctr_index : t_thrd.proc_cxt.MyBackendId)
|
||||
#define THREAD_CORE_RATIO 1
|
||||
#define DEFAULT_THREAD_POOL_SIZE 16
|
||||
#define DEFAULT_THREAD_POOL_GROUPS 2
|
||||
|
||||
Reference in New Issue
Block a user