Skip to content

Commit d54e1fc

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 65f0d9d commit d54e1fc

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
@@ -759,7 +759,7 @@ include_dir 'conf.d'
759759
<para>
760760
A value that starts with <literal>@</literal> specifies that a
761761
Unix-domain socket in the abstract namespace should be created
762-
(currently supported on Linux and Windows). In that case, this value
762+
(currently supported on Linux only). In that case, this value
763763
does not specify a <quote>directory</quote> but a prefix from which
764764
the actual socket name is computed in the same manner as for the
765765
file-system namespace. While the abstract socket name prefix can be

0 commit comments

Comments
 (0)