Files
coder/cli
Hugo Dutka 4ceb549c3f chore: close db properly in early exit paths in ConnectToPostgres (#18448)
There were some code paths where if we exited early from the function
the postgres connection would never get cleaned up.

This is the mechanism that cleans up the db - it requires the err
variable to be not nil:
https://github.com/coder/coder/blob/118bf981454188c4989e8b565dec67906616f885/cli/server.go#L2319-L2328
2025-06-20 14:11:52 +02:00
..
2023-09-08 18:21:33 +00:00
2025-05-29 13:12:13 -03:00
2025-05-29 13:12:13 -03:00
2025-05-29 13:12:13 -03:00