Jeff Davis <pg...@j-davis.com> writes: >> Re-validate connection string in libpqrcv_connect().
> Looks like the test is causing problems on drogo: > ERROR: could not connect to the publisher: connection to server at > "127.0.0.1", port 54707 failed: FATAL: SSPI authentication failed for > user "regress_test_user"' I might be wrong, but I think the problem is lack of an auth_extra setting for that role. See for example 1e3f461e8. regards, tom lane