Github user huor commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1384#discussion_r208438291 --- Diff: src/include/nodes/parsenodes.h --- @@ -1459,8 +1463,10 @@ typedef struct SharedStorageOpStmt */ typedef enum ExtTableType { - EXTTBL_TYPE_LOCATION, /* table defined with LOCATION clause */ - EXTTBL_TYPE_EXECUTE /* table defined with EXECUTE clause */ + EXTTBL_TYPE_LOCATION, /* table defined with LOCATION clause */ + EXTTBL_TYPE_EXECUTE, /* table defined with EXECUTE clause */ + EXTTBL_TYPE_MAGMA, /* table defined with MAGMA */ --- End diff -- No magma
---