Skip to content

Commit 83cb7a6

Browse files
authored
remove riverdriver.ErrRetryTransaction (#843)
This is a Pro-only concern and isn't needed in this repo.
1 parent c2fbaa4 commit 83cb7a6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

riverdriver/river_driver_interface.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ const AllQueuesString = "*"
2626
const MigrationLineMain = "main"
2727

2828
var (
29-
ErrClosedPool = errors.New("underlying driver pool is closed")
30-
ErrNotImplemented = errors.New("driver does not implement this functionality")
31-
ErrRetryTransaction = errors.New("expected transaction collision, retry required")
29+
ErrClosedPool = errors.New("underlying driver pool is closed")
30+
ErrNotImplemented = errors.New("driver does not implement this functionality")
3231
)
3332

3433
// Driver provides a database driver for use with river.Client.

0 commit comments

Comments
 (0)