| 1377 | } |
| 1378 | |
| 1379 | type ExecutorSubTx struct { |
| 1380 | Executor |
| 1381 | |
| 1382 | beginOnce *savepointutil.BeginOnlyOnce |
| 1383 | savepointNum int |
| 1384 | tx *sql.Tx |
| 1385 | } |
| 1386 | |
| 1387 | const savepointPrefix = "river_savepoint_" |
| 1388 |
nothing calls this directly
no outgoing calls
no test coverage detected