Project

General

Profile

« Previous | Next » 

Revision 1941

schemas/postgresql.Mac.conf: Set unix_socket_directory to the appropriate Mac OS X dir, since otherwise, the socket is apparently not created and `make reinstall_db` doesn't work

View differences:

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 = '/var/pgsql_socket'		# (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