Re: [BUGS] BUG #14872: libpq requires a home directory - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS] BUG #14872: libpq requires a home directory
Date
Msg-id 28499.1508971220@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] BUG #14872: libpq requires a home directory  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: [BUGS] BUG #14872: libpq requires a home directory  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-bugs
Michael Paquier <michael.paquier@gmail.com> writes:
> On Wed, Oct 25, 2017 at 2:40 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Poking around, it looks like parseServiceInfo's search for
>> ~/.pg_service.conf has the same disease, but that code's been like that
>> since 2010 --- I wonder why it's not causing you problems?  Are you maybe
>> setting PGSERVICEFILE to prevent that from failing?

> Yeah... I was halfway into hacking a patch for that but got drowned
> into other things until I saw your message. Are you working on a
> patch?

Yeah, I'm on it.
        regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [BUGS] BUG #14872: libpq requires a home directory
Next
From: Marko Tiikkaja
Date:
Subject: Re: [BUGS] BUG #14849: jsonb_build_object doesn't like VARIADIC callsvery much