!2336 允许openGauss在B兼容模式下通过autocommit开启、关闭自动提交功能

Merge pull request !2336 from Cross-罗/autocommit
This commit is contained in:
opengauss-bot
2022-11-30 13:32:48 +00:00
committed by Gitee
7 changed files with 415 additions and 5 deletions

View File

@ -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 */