Skip to content

Commit 9557bfb

Browse files
committed
add socket_id in the unique transaction identifier
1 parent f14ace5 commit 9557bfb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ futures = { version = "0.3.31", features = ["alloc"] }
4040
bytes = "1.4"
4141
tokio-rustls = "0.26.1"
4242
# datafusion-postgres = "0.7.0"
43-
datafusion-postgres = { git = "https://github.com/monoscope-tech/datafusion-postgres.git", rev = "79f9e63af878b8b025f2cb3da1b68265631e5b8a" }
43+
datafusion-postgres = { git = "https://github.com/monoscope-tech/datafusion-postgres.git", rev = "c664f179c7f1c28cd1c002ed6f9a0c05fd8c2b97" }
4444
# datafusion-postgres = { git = "https://github.com/datafusion-contrib/datafusion-postgres.git", rev = "7482a14d40cda4ee5b859e5ac9445b53ef855197" }
4545
# datafusion-postgres = { path = "/Users/tonyalaribe/Projects/apitoolkit/datafusion-projects/datafusion-postgres/datafusion-postgres" }
4646
datafusion-functions-json = "0.48.0"

0 commit comments

Comments
 (0)