!433 增加约束对象的ENABLE/DISABLE功能
Merge pull request !433 from liyongjin/Baranch_master_req1
This commit is contained in:
@ -38,6 +38,7 @@ typedef struct Trigger {
|
||||
char** tgargs;
|
||||
char* tgqual;
|
||||
Oid tgowner;
|
||||
HeapTuple tuple;
|
||||
} Trigger;
|
||||
|
||||
typedef struct TriggerDesc {
|
||||
|
||||
Reference in New Issue
Block a user