add materialized view feature to opengauss

This commit is contained in:
sqyyeah
2020-08-17 11:48:18 +08:00
parent 3eade03f9c
commit d5337ceca7
120 changed files with 3796 additions and 823 deletions

View File

@ -465,6 +465,7 @@ void knl_u_commands_init(knl_u_commands_context* cmd_cxt)
{
cmd_cxt->TableSpaceUsageArray = NULL;
cmd_cxt->isUnderCreateForeignTable = false;
cmd_cxt->isUnderRefreshMatview = false;
cmd_cxt->CurrentExtensionObject = InvalidOid;
cmd_cxt->PendingLibraryDeletes = NIL;