Looks like we can enable AF_UNIX on Windows now

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Looks like we can enable AF_UNIX on Windows now
Дата
Msg-id CAMsr+YGGj0DYWsTQeh4jex4sJCDy_H4P=vdcsfFztS5vPmi43g@mail.gmail.com
обсуждение исходный текст
Ответы Re: Looks like we can enable AF_UNIX on Windows now  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers

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 can already get with win32 named pipes. We can - and do - already get fd passing with DuplicateHandle anyway.

Still, I thought it was interesting. We could probably just conditionally enable AF_UNIX sockets on new enough windows SDKs. Apparently if it's not supported by the OS runtime you get a graceful error.

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: found xmin from before relfrozenxid on pg_catalog.pg_authid
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Looks like we can enable AF_UNIX on Windows now