Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Tue, 17 Mar 2026 15:48:43 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3966: chore: replace Appveyor with ikalnytskyi/action-setup-postgres In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 4076006624 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3966 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3966#issuecomment-4076006624 Content-Type: text/plain; charset=utf-8 I guess this is feature complete. I guess the main cause of the slowness is the time it takes to establish connections. We could probably add connection caching in the future so parameterized tests reuse connections rather than recreate them for every parameter combination. @bokken , @sehrope , @davecramer , do you have any comments/suggestions/objections?