Re: server authentication over Unix-domain sockets
Kouhei Kaigai <kaigai@ak.jp.nec.com>
From: KaiGai Kohei <kaigai@ak.jp.nec.com>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Peter Eisentraut <peter_e@gmx.net>, Magnus Hagander <magnus@hagander.net>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2010-07-09T03:36:48Z
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@ak.jp.nec.com>