Re: make check fails: user "postgres" doesn't exist

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: make check fails: user "postgres" doesn't exist
Дата
Msg-id 22045.1057095011@sss.pgh.pa.us
обсуждение исходный текст
Ответ на make check fails: user "postgres" doesn't exist  (Markus Bertheau <twanger@bluetwanger.de>)
Ответы Re: make check fails: user "postgres" doesn't exist  (Markus Bertheau <twanger@bluetwanger.de>)
Список pgsql-hackers
Markus Bertheau <twanger@bluetwanger.de> writes:
> make check fails, and I have absolutely no idea where to look:

> running on port 65432 with pid 631
> ============== creating database "regression"         ==============
> createdb: could not connect to database template1: FATAL:  user
> "postgres" does not exist

(scratches head...) make check should automatically adopt your current
username as the postgres superuser name, AFAIK.  Perhaps there is some
conflict in your environment settings?  Do you have PGUSER defined, and
if so is it different from your login name?

You can dig around in the logs left in src/test/regress/log/ to see
what make check was doing.  initdb's report of the username it thought
it was using would be worth looking at, in particular.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: 7.4 feature freeze is here
Следующее
От: Markus Bertheau
Дата:
Сообщение: Re: make check fails: user "postgres" doesn't exist