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

This commit is contained in:
zhubin79
2024-11-15 15:37:43 +08:00
parent c8242676b8
commit ed608ae721
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;