Re: server authentication over Unix-domain sockets

From: KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Magnus Hagander <magnus(at)hagander(dot)net>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: server authentication over Unix-domain sockets
Date: 2010-07-09 03:36:48
Message-ID: 4C369950.9060600@ak.jp.nec.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

(2010/07/03 1:39), Andrew Dunstan wrote:
>
>
> Peter Eisentraut wrote:
>>>> Is there any possibilities that both WIN32 and HAVE_UNIX_SOCKETS are
>>>> set concurrently? If possible, the libpq may try to call undefined
>>>> function, then build will be failed.
>>> Win32 never has HAVE_UNIX_SOCKET.
>>>
>>> Cygwin might though, I recall some old discussion about that - can't
>>> remember the outcome though, and I can't find it right now.
>>
>> Cygwin doesn't define WIN32 anyway.
>>
>
> Indeed, and we've been very careful to keep it that way.
>

Sorry for the late responding.

I marked this patch 'ready for committer'.

Thanks,
--
KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message KaiGai Kohei 2010-07-09 03:47:51 Re: leaky views, yet again
Previous Message KaiGai Kohei 2010-07-09 03:01:13 Re: get_whatever_oid, part 2