lnd/kvdb/postgres
Joost Jager bd291286f7
kvdb/postgres: convert all types of panic data to error
Previously the assumption existed that panic data was already an error.
If that wasn't the case for example because panic("string") was used,
the transaction wasn't unlocked.
2021-10-29 10:54:40 +02:00
..
config.go kvdb: add postgres 2021-09-21 10:44:18 +02:00
db.go kvdb/postgres: convert all types of panic data to error 2021-10-29 10:54:40 +02:00
db_test.go kvdb: add postgres 2021-09-21 10:44:18 +02:00
driver.go kvdb: add postgres 2021-09-21 10:44:18 +02:00
fixture.go kvdb: add postgres 2021-09-21 10:44:18 +02:00
log.go kvdb: add postgres 2021-09-21 10:44:18 +02:00
readwrite_bucket.go kvdb: add postgres 2021-09-21 10:44:18 +02:00
readwrite_cursor.go kvdb: add postgres 2021-09-21 10:44:18 +02:00
readwrite_tx.go kvdb: add postgres 2021-09-21 10:44:18 +02:00