[pgjdbc/pgjdbc] 7bf89c: backpatch PR#2247 (#2249)

From: Dave Cramer <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 7bf89c: backpatch PR#2247 (#2249)
Date: 2021-09-13 12:40:45
Message-ID: pgjdbc/pgjdbc/push/refs/heads/release/42.2/33af6a-7bf89c@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/release/42.2
Home: https://github.com/pgjdbc/pgjdbc
Commit: 7bf89c8b2fa2218fc37f959753da2b01be09ffc2
https://github.com/pgjdbc/pgjdbc/commit/7bf89c8b2fa2218fc37f959753da2b01be09ffc2
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2021-09-13 (Mon, 13 Sep 2021)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java
A pgjdbc/src/test/java/org/postgresql/jdbc/LargeObjectManagerTest.java

Log Message:
-----------
backpatch PR#2247 (#2249)

* backpatch PR#2247
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

* Fix test

Browse pgsql-jdbc by date

  From Date Subject
Next Message ldh@laurent-hasson.com 2021-09-13 14:30:29 RE: JDBC Meta-data performance for Foreign Keys
Previous Message Juha Syrjälä 2021-09-13 11:17:23 [pgjdbc/pgjdbc] 33af6a: PgDatabaseMetaData.getIndexInfo() cast operands to...