修复SystemCache清理逻辑错误的问题
This commit is contained in:
@ -1254,7 +1254,7 @@ static void alloc_context_from_top(knl_session_context* sess, MemoryContext top_
|
||||
"SessionCacheMemoryContext",
|
||||
ALLOCSET_DEFAULT_MINSIZE,
|
||||
ALLOCSET_DEFAULT_INITSIZE,
|
||||
ALLOCSET_DEFAULT_MAXSIZE);
|
||||
(1024 * 1024)); /* set max block size to 1MB */
|
||||
sess->temp_mem_cxt = AllocSetContextCreate(top_mem_cxt,
|
||||
"SessionTempMemoryContext",
|
||||
ALLOCSET_DEFAULT_MINSIZE,
|
||||
|
||||
Reference in New Issue
Block a user