Skip to content

Commit

Permalink
[CBRD-24009] Plan cache is not updated when view changes including in…
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjinj committed Sep 19, 2023
1 parent f8f6c15 commit 4895822
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/parser/view_transform.c
Expand Up @@ -8865,12 +8865,6 @@ mq_class_lambda (PARSER_CONTEXT * parser, PT_NODE * statement, PT_NODE * class_,
}
else
{
if (newspec->info.spec.entity_name == NULL)
{
newspec->info.spec.entity_name = spec->info.spec.entity_name;
/* spec will be free later, we don't want the entity_name will be freed */
spec->info.spec.entity_name = NULL;
}
newspec->info.spec.range_var->info.name.original = spec->info.spec.range_var->info.name.original;
}

Expand Down

0 comments on commit 4895822

Please sign in to comment.