cherry-pick bugfix from 3.1 to open source branch

This commit is contained in:
obdev
2021-07-14 17:48:15 +08:00
committed by wangzelin.wzl
parent 131c2cf658
commit a997b23808
19 changed files with 14233 additions and 14190 deletions

View File

@ -12334,6 +12334,10 @@ NAME_OB
{
make_name_node($$, result->malloc_pool_, "database");
}
| SCHEMA
{
make_name_node($$, result->malloc_pool_, "database");
}
| COALESCE
{
make_name_node($$, result->malloc_pool_, "coalesce");