On Wed, 2021-04-07 at 15:32 +0200, Peter Eisentraut wrote: > Committed like that. (Default to on, but it's easy to change if there > are any further thoughts.)
Hi Peter, It looks like this code needs some guards for a NULL conn->pghost. For example when running psql 'dbname=postgres sslmode=require hostaddr=127.0.0.1' with no PGHOST in the environment, psql is currently segfaulting for me. --Jacob