postgresql/src/interfaces
Peter Eisentraut c9f0624bc2 Add support for abstract Unix-domain sockets
This is a variant of the normal Unix-domain sockets that don't use the
file system but a separate "abstract" namespace.  At the user
interface, such sockets are represented by names starting with "@".
Supported on Linux and Windows right now.

Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://www.postgresql.org/message-id/flat/6dee8574-b0ad-fc49-9c8c-2edc796f0033@2ndquadrant.com
2020-11-25 08:33:57 +01:00
..
ecpg Fix some stray whitespace in parser files 2020-11-11 17:37:18 +01:00
libpq Add support for abstract Unix-domain sockets 2020-11-25 08:33:57 +01:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00