Re: [bug fix] psql's \conninfo reports incorrect destination on Windows

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: [bug fix] psql's \conninfo reports incorrect destination on Windows
Дата
Msg-id CAHGQGwFzPXxmwGV1FRY-vxTJ9YfdX1F4JS6TGUEP3gJpZLkghw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [bug fix] psql's \conninfo reports incorrect destination on Windows  ("MauMau" <maumau307@gmail.com>)
Ответы Re: [bug fix] psql's \conninfo reports incorrect destination on Windows  ("MauMau" <maumau307@gmail.com>)
Список pgsql-hackers
On Fri, Jan 24, 2014 at 9:00 PM, MauMau <maumau307@gmail.com> wrote:
> From: "Fujii Masao" <masao.fujii@gmail.com>
>
>> I think that 77035fa8a92d8c39f4c689e54f46813f203f09a8 fixed this problem.
>> Please check that.
>
>
> I looked through your patch.  I'm fine with the PQhostaddr().  I didn't
> notice the problem when hostaddr was passed to psql on Windows.
>
> OTOH, regarding PQhost(), I think we had better take my patch.
> connectOptions2() computes and set derived values to PGconn, so that
> PGconn's members have values which are actually used for connection.  To
> follow that rule, PGconn->pghost may as well have "localhost" on machines
> without UNIX domain sockets.

I'm not sure if we should follow that rule. As far as I read the libpq code,
at least connectFailureMessage() and connectDBStart() do the same things
as PQhost() does now.

Regards,

-- 
Fujii Masao



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

Предыдущее
От: Rajeev rastogi
Дата:
Сообщение: Re: Proposal for CSN based snapshots
Следующее
От: Marco Atzeri
Дата:
Сообщение: Re: Postgresql for cygwin - 3rd