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

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: pgsql: Re-validate connection string in libpqrcv_connect().
Дата
Msg-id 0766030b47d9c46484c7ae8569a4e5b97b58b43d.camel@j-davis.com
обсуждение исходный текст
Ответ на pgsql: Re-validate connection string in libpqrcv_connect().  (Jeff Davis <jdavis@postgresql.org>)
Ответы Re: pgsql: Re-validate connection string in libpqrcv_connect().
Список pgsql-committers
On Fri, 2024-01-12 at 21:43 +0000, Jeff Davis wrote:
> 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"'

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=drongo&dt=2024-01-13%2002%3A41%3A35

I think we need to change the pg_hba.conf on the publisher before
creating (or at least before enabling) the subscription. I might have
to commit a trial fix unless someone can debug this more easily on
drogo's configuration.

I suppose I could also take out the test, but I like that it adds
better coverage of the password_required setting.

Regards,
    Jeff Davis




В списке pgsql-committers по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Fix memory leak in connection string validation.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Make attstattarget nullable