Message-ID: From: "reda-alaoui (@reda-alaoui)" To: "pgjdbc/pgjdbc" Date: Sun, 15 Mar 2026 17:09:07 +0000 Subject: [pgjdbc/pgjdbc] PR #3964: Allow setting of KeepAlive options in JDBC driver List-Id: X-GitHub-Author-Id: 2890843 X-GitHub-Author-Login: reda-alaoui X-GitHub-Issue: 3964 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: open X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3964 Content-Type: text/plain; charset=utf-8 Fix #2487 Adds `tcpKeepCount`, `tcpKeepIdle`, and `tcpKeepInterval` PG properties. These properties allow to fine tune `tcpKeepAlive`. I am willing to write automated tests for this. But I didn't find any test related to `PGProperty#TCP_KEEP_ALIVE`. If tests are needed, please give me some pointers about how to test these new options.