Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Fri, 16 Jan 2026 21:07:18 +0000 Subject: [pgjdbc/pgjdbc] PR #3913: fix: process pending responses before fastpath to avoid protocol errors List-Id: X-GitHub-Author-Id: 213894 X-GitHub-Author-Login: vlsi X-GitHub-Issue: 3913 X-GitHub-Labels: bug X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3913 Content-Type: text/plain; charset=utf-8 When cleanupSavepoints=true, RELEASE SAVEPOINT responses were left unread in the buffer. Fastpath operations (Large Objects) then read these stale responses causing "Unknown Response Type C." errors. Fixes #3910