!2336 允许openGauss在B兼容模式下通过autocommit开启、关闭自动提交功能
Merge pull request !2336 from Cross-罗/autocommit
This commit is contained in:
@ -464,4 +464,7 @@ extern void push_unlink_rel_to_hashtbl(ColFileNode *xnodes, int nrels);
|
||||
extern void XactCleanExceptionSubTransaction(SubTransactionId head);
|
||||
extern char* GetCurrentTransactionName();
|
||||
extern List* GetTransactionList(List *head);
|
||||
extern void BeginTxnForAutoCommitOff();
|
||||
extern bool IsTransactionInProgressState();
|
||||
extern bool IsTransactionDefaultState();
|
||||
#endif /* XACT_H */
|
||||
|
||||
Reference in New Issue
Block a user