pgsql: Doc: Abstract AF_UNIX sockets don't work on Windows.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Doc: Abstract AF_UNIX sockets don't work on Windows.
Дата
Msg-id E1pNSBv-001Ag4-8l@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: Abstract AF_UNIX sockets don't work on Windows.

An early release of AF_UNIX in Windows apparently supported Linux-style
"abstract" Unix sockets, but they do not seem to work in current Windows
versions and there is no mention of any of this in the Winsock
documentation.  Remove the mention of Windows from the documentation.

Back-patch to 14, where commit c9f0624b landed.

Discussion: https://postgr.es/m/CA%2BhUKGKrYbSZhrk4NGfoQGT_3LQS5pC5KNE1g0tvE_pPBZ7uew%40mail.gmail.com

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/36c910f037836ed1b4143f40af43df488c9fbd6c

Modified Files
--------------
doc/src/sgml/config.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Doc: Abstract AF_UNIX sockets don't work on Windows.
Следующее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Ensure that numeric.c compiles with other NBASE values.