Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backpatch PR#2247 fix: handle ParameterStatus messages in QueryExecutorImpl.receiveFastpathResult #2249

Merged
merged 2 commits into from Sep 13, 2021

Conversation

davecramer
Copy link
Member

QueryExecutorImpl.receiveFastpathResult did not properly handle ParameterStatus messages.
This in turn caused failures for some LargeObjectManager operations.
Fixed by adding the missing code path, based on the existing handling in processResults.

Closes #2237
Original by Simon Strassl https://github.com/strassl

QueryExecutorImpl.receiveFastpathResult did not properly handle ParameterStatus messages.
This in turn caused failures for some LargeObjectManager operations.
Fixed by adding the missing code path, based on the existing handling in processResults.

Closes pgjdbc#2237
Original by Simon Strassl https://github.com/strassl
@davecramer davecramer merged commit 7bf89c8 into pgjdbc:release/42.2 Sep 13, 2021
@davecramer davecramer deleted the backpatch2247 branch September 13, 2021 12:40
@davecramer davecramer changed the title backpatch PR#2247 backpatch PR#2247 fix: handle ParameterStatus messages in QueryExecutorImpl.receiveFastpathResult Sep 22, 2021
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.

None yet

1 participant