Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 117d260

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 9f2213a commit 117d260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/config.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ include_dir 'conf.d'
793793
<para>
794794
A value that starts with <literal>@</literal> specifies that a
795795
Unix-domain socket in the abstract namespace should be created
796-
(currently supported on Linux and Windows). In that case, this value
796+
(currently supported on Linux only). In that case, this value
797797
does not specify a <quote>directory</quote> but a prefix from which
798798
the actual socket name is computed in the same manner as for the
799799
file-system namespace. While the abstract socket name prefix can be

0 commit comments

Comments
 (0)