]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: Abstract AF_UNIX sockets don't work on Windows.
authorThomas Munro <tmunro@postgresql.org>
Thu, 2 Feb 2023 05:13:44 +0000 (18:13 +1300)
committerThomas Munro <tmunro@postgresql.org>
Thu, 2 Feb 2023 05:26:36 +0000 (18:26 +1300)
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

doc/src/sgml/config.sgml

index 58e13ca8c37d0a7f55e903c10ebe6b479e06519a..86c9b5ee19acf1bd63a3357f28cef331fcfdd149 100644 (file)
@@ -759,7 +759,7 @@ include_dir 'conf.d'
        <para>
         A value that starts with <literal>@</literal> specifies that a
         Unix-domain socket in the abstract namespace should be created
-        (currently supported on Linux and Windows).  In that case, this value
+        (currently supported on Linux only).  In that case, this value
         does not specify a <quote>directory</quote> but a prefix from which
         the actual socket name is computed in the same manner as for the
         file-system namespace.  While the abstract socket name prefix can be