!433 增加约束对象的ENABLE/DISABLE功能

Merge pull request !433 from liyongjin/Baranch_master_req1
This commit is contained in:
opengauss-bot
2020-12-28 20:17:16 +08:00
committed by Gitee
10 changed files with 279 additions and 24 deletions

View File

@ -38,6 +38,7 @@ typedef struct Trigger {
char** tgargs;
char* tgqual;
Oid tgowner;
HeapTuple tuple;
} Trigger;
typedef struct TriggerDesc {