Andrew Dunstan <andrew.duns...@2ndquadrant.com> writes: > On 3/25/20 7:44 PM, Tom Lane wrote: >> I don't actually see why we need the localhost port at all --- it doesn't >> look like this test ever attempts to connect to the server. So couldn't >> we just drop that?
> Seems reasonable. I just tested that and it seems quite happy, so I'll > make the change. Cool, thanks. jacana has just exposed a different problem: it's not configured --with-openssl, but the buildfarm script is trying to run this new test module anyway. I'm confused about the reason. "make installcheck" in src/test/modules does the right thing, but seemingly that client is doing something different? regards, tom lane