| 1067 | } |
| 1068 | |
| 1069 | type ExecutorSubTx struct { |
| 1070 | Executor |
| 1071 | |
| 1072 | beginOnce *savepointutil.BeginOnlyOnce |
| 1073 | savepointNum int |
| 1074 | tx *sql.Tx |
| 1075 | } |
| 1076 | |
| 1077 | const savepointPrefix = "river_savepoint_" |
| 1078 |
nothing calls this directly
no outgoing calls
no test coverage detected