!2725 函数CreateAlterTableCommandTag内AT_EncryptionKeyRotation分支缺少break语句

Merge pull request !2725 from foolishlee/CreateAlterTableCommandTag
This commit is contained in:
opengauss-bot
2023-01-05 02:53:28 +00:00
committed by Gitee

View File

@ -9289,6 +9289,7 @@ const char* CreateAlterTableCommandTag(const AlterTableType subtype)
break;
case AT_EncryptionKeyRotation:
tag = "ENCRYPTION KEY ROTATION";
break;
case AT_AddInherit:
tag = "ADD INHERIT";
break;