forked from openGauss-Ecosystem/openGauss-server
函数CreateAlterTableCommandTag内AT_EncryptionKeyRotation分支缺少break语句
This commit is contained in:
parent
ee3b7bcb4c
commit
8d57f28cb1
|
@ -9289,6 +9289,7 @@ const char* CreateAlterTableCommandTag(const AlterTableType subtype)
|
||||||
break;
|
break;
|
||||||
case AT_EncryptionKeyRotation:
|
case AT_EncryptionKeyRotation:
|
||||||
tag = "ENCRYPTION KEY ROTATION";
|
tag = "ENCRYPTION KEY ROTATION";
|
||||||
|
break;
|
||||||
case AT_AddInherit:
|
case AT_AddInherit:
|
||||||
tag = "ADD INHERIT";
|
tag = "ADD INHERIT";
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue