!6678 添加GUC参数控制B库下创建分区表默认表现为LOCAL
Merge pull request !6678 from zhubin79/local_index
This commit is contained in:
@ -268,6 +268,7 @@ typedef struct knl_session_attr_sql {
|
||||
bool dolphin;
|
||||
bool whale;
|
||||
bool enable_vector_targetlist;
|
||||
bool enable_default_local_index;
|
||||
#endif
|
||||
} knl_session_attr_sql;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user