Re: server authentication over Unix-domain sockets

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: server authentication over Unix-domain sockets
Date: 2010-07-02 16:30:47
Message-ID: 1278088247.25901.5.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On fre, 2010-07-02 at 09:16 +0100, Magnus Hagander wrote:
> On Fri, Jul 2, 2010 at 8:35 AM, KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com> wrote:
> > (2010/07/01 11:30), Peter Eisentraut wrote:
> > I have a question.
> >
> > The pqGetpwuid() is enclosed by #ifndef WIN32 ... #endif, although
> > this patch encloses the section to obtain user id of the peer by
> > #ifdef HAVE_UNIX_SOCKETS ... #endif.
> >
> > 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2010-07-02 16:36:10 Re: hstore ==> and deprecate =>
Previous Message Robert Haas 2010-07-02 16:18:30 Re: get_whatever_oid, part 1: object types with unqualifed names