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

From Tom Lane
Subject Re: pgsql: Re-validate connection string in libpqrcv_connect().
Date
Msg-id 1641594.1705374393@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Re-validate connection string in libpqrcv_connect().  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-committers
Jeff Davis <pgsql@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



pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: libpq: Add PQsendPipelineSync()
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Decorate PostgreSQL with productname tag