Re: .pgpass's behavior has changed

From: Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>
To: robertmhaas(at)gmail(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: .pgpass's behavior has changed
Date: 2017-05-10 04:54:58
Message-ID: 20170510.135458.13190361.horiguchi.kyotaro@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Mon, 1 May 2017 11:34:41 -0400, Robert Haas <robertmhaas(at)gmail(dot)com> wrote in <CA+TgmoZngqbwA_kwgt6yE9ufW53QvbGDQH=ETwxgiCt-sZZpSg(at)mail(dot)gmail(dot)com>
> On Fri, Apr 28, 2017 at 3:54 AM, Kyotaro HORIGUCHI
> <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp> wrote:
> > But the above also leaves a bug so I sent another patch to fix
> > it. The attched patch restores the 9.6's beavior of looking up
> > .pgpass file in the same manner to the aother patch.
>
> Thanks for catching this. Committed.

Thanks!

--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-05-10 05:01:46 Re: Removal of plaintext password type references
Previous Message Robert Haas 2017-05-10 03:59:34 Re: Declarative partitioning - another take