Skip to content

Commit 36c910f

Browse files
committed
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 c9f0624 landed. Discussion: https://postgr.es/m/CA%2BhUKGKrYbSZhrk4NGfoQGT_3LQS5pC5KNE1g0tvE_pPBZ7uew%40mail.gmail.com
1 parent 7e61547 commit 36c910f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ include_dir 'conf.d'
756756
<para>
757757
A value that starts with <literal>@</literal> specifies that a
758758
Unix-domain socket in the abstract namespace should be created
759-
(currently supported on Linux and Windows). In that case, this value
759+
(currently supported on Linux only). In that case, this value
760760
does not specify a <quote>directory</quote> but a prefix from which
761761
the actual socket name is computed in the same manner as for the
762762
file-system namespace. While the abstract socket name prefix can be

0 commit comments

Comments
 (0)