lnd/kvdb/postgres
Boris Nagaev dee8ad3754
multi: context.Background() -> t.Context()
Use the new feature of Go 1.24, fix linter warnings.

This change was produced by:
 - running golangci-lint run --fix
 - sed 's/context.Background/t.Context/' -i `git grep -l context.Background | grep test.go`
 - manually fixing broken tests
 - itest, lntest: use ht.Context() where ht or hn is available
 - in HarnessNode.Stop() we keep using context.Background(), because it is
   called from a cleanup handler in which t.Context() is canceled already.
2025-08-30 14:13:44 -03:00
..
config.go multi: add global log for wallet db postgres back 2025-04-16 16:31:24 +02:00
db.go multi: add global log for wallet db postgres back 2025-04-16 16:31:24 +02:00
db_test.go multi: context.Background() -> t.Context() 2025-08-30 14:13:44 -03:00
driver.go kvdb/postgres: remove old +build directive and cleanup 2023-01-23 09:05:11 +02:00
fixture.go kvdb: set postgres max_connections on the started instance 2024-01-24 21:38:54 +01:00
fixture_interface.go channeldb/test: test with postgres 2021-10-29 10:54:44 +02:00