!5828 物化视图功能增强,补齐功能,包括支持删除操作

Merge pull request !5828 from TinyBag/matview
This commit is contained in:
opengauss_bot
2024-10-09 08:58:23 +00:00
committed by Gitee
42 changed files with 1255 additions and 50 deletions

View File

@ -292,6 +292,7 @@ typedef struct RelationData {
/* double linked list node, partition and bucket relation would be stored in fakerels list of resource owner */
dlist_node node;
/* only valid if has mlog and used by incremental matview */
Oid rd_mlogoid;
/* Is under the context of creating crossbucket index? */
bool newcbi;