lnd/kvdb/postgres
Elle Mouton ab7aae0708
multi: rename nolint:lll to nolint:ll
Find and replace all nolint instances refering to the `lll` linter and
replace with `ll` which is the name of our custom version of the `lll`
linter which can be used to ignore log lines during linting.

The next commit will do the configuration of the custom linter and
disable the default one.
2024-12-02 09:14:21 +02:00
..
config.go multi: rename nolint:lll to nolint:ll 2024-12-02 09:14:21 +02:00
db.go Revert "kvdb/postgres: remove global application level lock" 2024-10-28 09:35:18 +02:00
db_test.go kvdb/postgres: separate general sql code from postgres 2023-01-23 09:05:11 +02: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