-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade pq to fix connection failure cleanup bug (v1.8.0 => v1.10.3) (#…
…12413) * Upgrade pq to fix connection failure cleanup bug (v1.8.0 => v1.10.3) * Run go mod tidy after `go get -u github.com/lib/pq` * include changelog/12413.txt # Conflicts: # go.sum
- Loading branch information
1 parent
4ad7c92
commit c03d886
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
```release-note:bug | ||
storage/postgres: Update postgres library (github.com/lib/pq) to properly remove terminated TLS connections from the connection pool. | ||
database/postgres: Update postgres library (github.com/lib/pq) to properly remove terminated TLS connections from the connection pool. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters