Re: Looks like we can enable AF_UNIX on Windows now

2018-07-04 Thread Noah Misch
On Wed, May 30, 2018 at 09:59:01AM +0800, Craig Ringer wrote: > On 30 May 2018 at 09:53, Andres Freund wrote: > > On May 29, 2018 9:44:09 PM EDT, Craig Ringer wrote: > > >https://blogs.msdn.microsoft.com/commandline/2017/12/19/af_unix-comes-to-windows/ > > > > > >The latest Windows 10 update ship

Re: Looks like we can enable AF_UNIX on Windows now

2018-05-29 Thread Craig Ringer
On 30 May 2018 at 09:53, Andres Freund wrote: > > > On May 29, 2018 9:44:09 PM EDT, Craig Ringer > wrote: > >https://blogs.msdn.microsoft.com/commandline/2017/12/19/af_ > unix-comes-to-windows/ > > > >The latest Windows 10 update shipped with AF_UNIX socket support for > >win32 > >sockets. > > >

Re: Looks like we can enable AF_UNIX on Windows now

2018-05-29 Thread Andres Freund
On May 29, 2018 9:44:09 PM EDT, Craig Ringer wrote: >https://blogs.msdn.microsoft.com/commandline/2017/12/19/af_unix-comes-to-windows/ > >The latest Windows 10 update shipped with AF_UNIX socket support for >win32 >sockets. > >It's not that exciting because it doesn't support socketpair() or fd

Looks like we can enable AF_UNIX on Windows now

2018-05-29 Thread Craig Ringer
https://blogs.msdn.microsoft.com/commandline/2017/12/19/af_unix-comes-to-windows/ The latest Windows 10 update shipped with AF_UNIX socket support for win32 sockets. It's not that exciting because it doesn't support socketpair() or fd passing - yet. So really it doesn't offer us much more than we