support create/drop materialized view log

This commit is contained in:
TinyBag
2024-09-12 15:09:40 +08:00
parent 99672b9f3d
commit 51c38f94f0
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;