Message-ID: From: "batman007db (@batman007db)" To: "pgjdbc/pgjdbc" Date: Wed, 31 Dec 2025 10:28:55 +0000 Subject: [pgjdbc/pgjdbc] issue #3902: createBlob() not closing LargeObject. List-Id: X-GitHub-Author-Id: 24167142 X-GitHub-Author-Login: batman007db X-GitHub-Issue: 3902 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: closed X-GitHub-Type: issue X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3902 Content-Type: text/plain; charset=utf-8 **Describe the issue** So the "setBlob()" method consumes some direct memory but then doesnt release it? Asking this because the "setBlob()" internally calls "createBlob()" and in it a "LargeObject" is created and opened (through "open()) but then not closed? So i think that LargeObject is not closed. **Driver Version?** 42.7.3