-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postgres: add a config.socketDir option
* Defaults to config.dataDir * Allows customization of socketDir for users who do not wish it fixed to dataDir * Sockets are limited to around [100 chars](https://linux.die.net/man/7/unix): * In the case that the default or desired dataDir absolute path exceeds this char limit, postgres will fail to start if it is also used for socketDir * In this case, dataDir can remain as desired and socketDir can be set separately to a shorter absolute path
- Loading branch information
1 parent
cbcf9c9
commit 80f9574
Showing
2 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters