BUG #17649: With libpg5 15.0 psql 10.22 uses HOME variable instead of uid and /etc/passwd to select .pgpass file

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #17649: With libpg5 15.0 psql 10.22 uses HOME variable instead of uid and /etc/passwd to select .pgpass file
Дата
Msg-id 17649-ac7350cba2628cf7@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #17649: With libpg5 15.0 psql 10.22 uses HOME variable instead of uid and /etc/passwd to select .pgpass file
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17649
Logged by:          Reinhard Vicinus
Email address:      rvpostgres@metaways.de
PostgreSQL version: 15.0
Operating system:   Ubuntu 18.04
Description:

This is probably the same issue that was reported in bug #17647

The general postgresql version we use is 10.22-1.pgdg18.04+1

With the update of libpg5 from 14.5-1.pgdg18.04+1 to 15.0-1.pgdg18.04+1 the
behavior of psql changed and with libpg5 version 15.0 it uses the HOME
environment variable to determine the location of the .pgpass file. With
14.5 the uid of the running process is used to determine the home directory
location. This causes the issue that "sudo -u postgres psql" no longer finds
the .pgpass file in /var/lib/postgresql/. After downgrading libpg5 to
14.5-1.pgdg18.04+1 or setting the correct HOME environment variable, it
works again as intended.


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

Предыдущее
От: Ilya Anfimov
Дата:
Сообщение: Re: BUG #17646: create rule named "_RETURN" will cause pg core
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: WAL segments removed from primary despite the fact that logical replication slot needs it.