Re: pgsql: Re-validate connection string in libpqrcv_connect().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: Jeff Davis <jdavis(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org, vignesh C <vignesh21(at)gmail(dot)com>
Subject: Re: pgsql: Re-validate connection string in libpqrcv_connect().
Date: 2024-01-16 03:06:33
Message-ID: 1641594.1705374393@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Jeff Davis <pgsql(at)j-davis(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-01-16 08:50:40 pgsql: Assert that partition inherits from only one parent in MergeAttr
Previous Message Michael Paquier 2024-01-16 01:14:04 pgsql: libpq: Add PQsendPipelineSync()