!6678 添加GUC参数控制B库下创建分区表默认表现为LOCAL

Merge pull request !6678 from zhubin79/local_index
This commit is contained in:
opengauss_bot
2024-11-18 11:26:06 +00:00
committed by Gitee
4 changed files with 20 additions and 2 deletions

View File

@ -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;