1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00
Files
postgres/src/backend
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
..
2020-01-01 12:21:45 -05:00
2020-07-30 09:14:23 -07:00
2020-11-10 13:15:01 +01:00
2020-05-18 12:49:30 +02:00
2020-11-25 17:55:49 +13:00
2018-03-30 17:33:04 -07:00
2020-01-01 12:21:45 -05:00
2020-04-28 13:35:40 +02:00