End a transaction. This function can only be called in direct-connect mode. All DRMS resources are released except for the signal thread and db data connection.
- Parameters:
-
| env | |
| abort | If 1, the current transaction will rollback. Otherwise the current transaction will commit. |
| final | If 1, the db data connection is released. No future drms_server_begin_transaction() can be invoked. |
Definition at line 461 of file drms_server.c.