Github user zhangjackey commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1351#discussion_r181942632
--- Diff: contrib/vexecutor/vexecutor.c ---
@@ -163,24 +165,35 @@ static PlanState* VExecInitNode(PlanState
*node,EState *eState,int eflags,Memory
case T_AppendOnlyScan:
case T_ParquetScan:
case T_TableScanState:
- START_MEMORY_ACCOUNT(curMemoryAccount);
+ //START_MEMORY_ACCOUNT(curMemoryAccount);
--- End diff --
if the plan->memoryAccount is not NULL, we use it directly, otherwise, we
do not enable it.
---