Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Mon, 19 Jan 2026 13:54:04 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3910: Connection parameter cleanupSavepoints=true does not work with oid/blob column In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 3768454564 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3910 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3910#issuecomment-3768454564 Content-Type: text/plain; charset=utf-8 Many thanks for testing the fix. I guess the combination of `autosave + LargeObjectManager` is not used as much as the default non-autosave mode, so you might be the first to discover or report the issue. -- I realized we could add autosave=... to the randomized matrix, and it uncovered a couple of similar to LargeObjectManager issues (set transaction... and CopyManager): https://github.com/pgjdbc/pgjdbc/pull/3917