Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit117d260

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 Windowsversions and there is no mention of any of this in the Winsockdocumentation. Remove the mention of Windows from the documentation.Back-patch to 14, where commitc9f0624 landed.Discussion:https://postgr.es/m/CA%2BhUKGKrYbSZhrk4NGfoQGT_3LQS5pC5KNE1g0tvE_pPBZ7uew%40mail.gmail.com
1 parent9f2213a commit117d260

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
@@ -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 Linuxand Windows). In that case, this value
796+
(currently supported on Linuxonly). 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)

[8]ページ先頭

©2009-2025 Movatter.jp