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

From PG Bug reporting form
Subject BUG #17649: With libpg5 15.0 psql 10.22 uses HOME variable instead of uid and /etc/passwd to select .pgpass file
Date
Msg-id 17649-ac7350cba2628cf7@postgresql.org
Whole thread Raw
Responses Re: BUG #17649: With libpg5 15.0 psql 10.22 uses HOME variable instead of uid and /etc/passwd to select .pgpass file
List 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 by date:

Previous
From: Ilya Anfimov
Date:
Subject: Re: BUG #17646: create rule named "_RETURN" will cause pg core
Next
From: Amit Kapila
Date:
Subject: Re: WAL segments removed from primary despite the fact that logical replication slot needs it.