-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
d15cc95a Add fix for using a context with a value in BeforeConnect 3edc1b5b Fix query sanitizer dfce986b Fix panic when logging batch error 72fe5949 Upgrade to puddle v1.3.0 bce26b85 Fix atomic alignment on 32-bit platforms 1d748d9b Failsafe timeout for background pool connections 7ce634d6 Ensure there is a timeout for background pool connections 91c9e841 Ignore cancellation in puddle constructor a814153a pgxpool: health check should avoid going below minConns Release note: None
- Loading branch information
Showing
4 changed files
with
40 additions
and
37 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 |
---|---|---|
|
@@ -4809,10 +4809,10 @@ def go_deps(): | |
name = "com_github_jackc_pgconn", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/jackc/pgconn", | ||
sha256 = "4d9bf1309f5cdbd589d60a485fb5d5d7333edf9652c2dd47b7dd31b12dda887e", | ||
strip_prefix = "github.com/jackc/pgconn@v1.13.1-0.20221001150415-49cbf4659151", | ||
sha256 = "d7935c04e5ee85f2dcab090692d2c24008071865a3af3581580bcc331a8f41d5", | ||
strip_prefix = "github.com/jackc/pgconn@v1.14.0", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/jackc/pgconn/com_github_jackc_pgconn-v1.13.1-0.20221001150415-49cbf4659151.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/jackc/pgconn/com_github_jackc_pgconn-v1.14.0.zip", | ||
], | ||
) | ||
go_repository( | ||
|
@@ -4859,10 +4859,10 @@ def go_deps(): | |
name = "com_github_jackc_pgproto3_v2", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/jackc/pgproto3/v2", | ||
sha256 = "57884e299825af31fd01268659f1e671883b73b708a51230da14d6f8ee0e4e36", | ||
strip_prefix = "github.com/jackc/pgproto3/[email protected].1", | ||
sha256 = "e6bafa5c3522534557a818f56939dde7b496c6669a5db9a74a0c91ab5290612c", | ||
strip_prefix = "github.com/jackc/pgproto3/[email protected].2", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/jackc/pgproto3/v2/com_github_jackc_pgproto3_v2-v2.3.1.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/jackc/pgproto3/v2/com_github_jackc_pgproto3_v2-v2.3.2.zip", | ||
], | ||
) | ||
go_repository( | ||
|
@@ -4879,20 +4879,20 @@ def go_deps(): | |
name = "com_github_jackc_pgtype", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/jackc/pgtype", | ||
sha256 = "6a257b81c0bd386d6241219a14ebd41d574a02aeaeb3942670c06441b864dcad", | ||
strip_prefix = "github.com/jackc/pgtype@v1.11.0", | ||
sha256 = "7e67f5b944cbd401025c6473e624ef61ed196e3ed0f77ed437b0621cf820c0c9", | ||
strip_prefix = "github.com/jackc/pgtype@v1.14.0", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/jackc/pgtype/com_github_jackc_pgtype-v1.11.0.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/jackc/pgtype/com_github_jackc_pgtype-v1.14.0.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "com_github_jackc_pgx_v4", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/jackc/pgx/v4", | ||
sha256 = "c3a169a68ff0e56f9f81eee4de4d2fd2a5ec7f4d6be159159325f4863c80bd10", | ||
strip_prefix = "github.com/jackc/pgx/v4@v4.16.1", | ||
sha256 = "5ca92c5bf58979d9e978f6b849e02eb319d2587565375fe875a29d10d84cfadc", | ||
strip_prefix = "github.com/jackc/pgx/v4@v4.18.1", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/jackc/pgx/v4/com_github_jackc_pgx_v4-v4.16.1.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/jackc/pgx/v4/com_github_jackc_pgx_v4-v4.18.1.zip", | ||
], | ||
) | ||
go_repository( | ||
|
@@ -4909,10 +4909,10 @@ def go_deps(): | |
name = "com_github_jackc_puddle", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/jackc/puddle", | ||
sha256 = "40d73550686666eb1f6df02b65008b2a4c98cfed1254dc4866e6ebe95fbc5c95", | ||
strip_prefix = "github.com/jackc/puddle@v1.2.1", | ||
sha256 = "b1eb42bb3cf9a430146af79cb183860b9dddfca51844c2d4b447dc2f43becc55", | ||
strip_prefix = "github.com/jackc/puddle@v1.3.0", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/jackc/puddle/com_github_jackc_puddle-v1.2.1.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/jackc/puddle/com_github_jackc_puddle-v1.3.0.zip", | ||
], | ||
) | ||
go_repository( | ||
|
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
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