Skip to content

fix(protocol): add handling for fastpath function calls#957

Merged
meskill merged 2 commits into
mainfrom
fix/fastpath
May 5, 2026
Merged

fix(protocol): add handling for fastpath function calls#957
meskill merged 2 commits into
mainfrom
fix/fastpath

Conversation

@meskill
Copy link
Copy Markdown
Contributor

@meskill meskill commented May 4, 2026

Fixes #956

@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

❌ Patch coverage is 76.19048% with 10 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
pgdog/src/net/protocol_message.rs 0.00% 7 Missing ⚠️
pgdog/src/backend/prepared_statements.rs 40.00% 3 Missing ⚠️

📢 Thoughts on this report? Let us know!

@meskill meskill changed the title test(java): add jdbc test for fastpath calls fix(protocol): add handling for fastpath function calls May 5, 2026
@meskill meskill marked this pull request as ready for review May 5, 2026 10:57
@meskill meskill requested a review from levkk May 5, 2026 10:57
Copy link
Copy Markdown
Collaborator

@levkk levkk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@meskill meskill merged commit a381068 into main May 5, 2026
22 checks passed
@meskill meskill deleted the fix/fastpath branch May 5, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JDBC access hangs when using postgres driver with fastpath to read large objects

2 participants