We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b0cbe commit a67d6d9Copy full SHA for a67d6d9
src/backend/postmaster/postmaster.c
@@ -825,7 +825,7 @@ PostmasterMain(int argc, char *argv[])
825
* data directory interlock is more reliable than the socket-file
826
* interlock (thanks to whoever decided to put socket files in /tmp :-().
827
* For the same reason, it's best to grab the TCP socket(s) before the
828
- * Unix socket.
+ * Unix socket(s).
829
*/
830
CreateDataDirLockFile(true);
831
0 commit comments