Github user linwen commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1350#discussion_r178483689
--- Diff: contrib/vexecutor/vcheck.h ---
@@ -37,6 +39,7 @@ typedef struct VectorizedState
{
bool vectorized;
PlanState *parent;
+ bool* proj;
--- End diff --
Please fix indent here. ---
