ocsigen-start icon indicating copy to clipboard operation
ocsigen-start copied to clipboard

unix_socket_director{y,ies}

Open ccharly opened this issue 10 years ago • 1 comments

According to this link.

unix_socket_directory has been renamed to unix_socket_directories in postgresql 9.3

Maybe some people are still using postgresql 9.2, so we should adapt the following command in Makefile.local from ..._directories to ..._directory when the user is using postgresql 9.2.

# for 9.3.x
echo unix_socket_directories = \'/tmp\' >> $(PSQL_DIR)/postgresql.conf
# for 9.2.x
echo unix_socket_directory = \'/tmp\' >> $(PSQL_DIR)/postgresql.conf

ccharly avatar Aug 07 '14 19:08 ccharly

This will be fixed if we apply this PR (see this commit).

ccharly avatar Aug 08 '14 10:08 ccharly