pgsql: Doc: Abstract AF_UNIX sockets don't work on Windows.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Abstract AF_UNIX sockets don't work on Windows.
Date: 2023-02-02 05:30:53
Message-ID: E1pNSBQ-001Aeo-22@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 c9f0624b landed.

Discussion: https://postgr.es/m/CA%2BhUKGKrYbSZhrk4NGfoQGT_3LQS5pC5KNE1g0tvE_pPBZ7uew%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/117d2604c2a59eb853e894410b94b4c453f8bd43

Modified Files
--------------
doc/src/sgml/config.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-02-02 05:31:08 pgsql: Doc: Abstract AF_UNIX sockets don't work on Windows.
Previous Message Amit Kapila 2023-02-02 02:55:18 pgsql: Allow the logical_replication_mode to be used on the subscriber.