Revision 6199
Added by Aaron Marcuse-Kubitza about 12 years ago
schemas/postgresql.Mac.conf | ||
---|---|---|
65 | 65 |
# Note: Increasing max_connections costs ~400 bytes of shared memory per |
66 | 66 |
# connection slot, plus lock space (see max_locks_per_transaction). |
67 | 67 |
#superuser_reserved_connections = 3 # (change requires restart) |
68 |
unix_socket_directory = '/tmp' # (change requires restart) |
|
68 | 69 |
#unix_socket_directory = '' # (change requires restart) |
69 | 70 |
#unix_socket_group = '' # (change requires restart) |
70 | 71 |
#unix_socket_permissions = 0777 # begin with 0 to use octal notation |
Also available in: Unified diff
schemas/postgresql.Mac.conf: Added back unix_socket_directory setting, which is apparently still needed in PostgreSQL 9.1.6