Re: Regression tests failures on Windows Server 2019 - on master at commit # d816f366b

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Regression tests failures on Windows Server 2019 - on master at commit # d816f366b
Дата
Msg-id 3983061.1646430692@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Regression tests failures on Windows Server 2019 - on master at commit # d816f366b  (Andres Freund <andres@anarazel.de>)
Ответы Re: Regression tests failures on Windows Server 2019 - on master at commit # d816f366b
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> That fixed the immediate problem, but dblink, postgres_fdw tests failed:
> +ERROR:  could not establish connection
> +DETAIL:  connection to server at "localhost" (::1), port 5432 failed: FATAL:
>  role "SYSTEM" does not exist

[ scratches head... ]  Where is libpq getting that username from?
Why is it different from whatever we'd determined during initdb?
(Maybe a case-folding issue??)

> The dblink and fdw failures can presumably be fixed by passing current_user as
> the username. That seems like a good idea anyway?

I don't think it's a good idea to hack that without understanding
why it's suddenly going wrong.

            regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Regression tests failures on Windows Server 2019 - on master at commit # d816f366b
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Regression tests failures on Windows Server 2019 - on master at commit # d816f366b