Update overlooked comment.

pull/3/head
Tom Lane 13 years ago
parent c9b0cbe98b
commit a67d6d9a78
  1. 2
      src/backend/postmaster/postmaster.c

@ -825,7 +825,7 @@ PostmasterMain(int argc, char *argv[])
* data directory interlock is more reliable than the socket-file
* interlock (thanks to whoever decided to put socket files in /tmp :-().
* For the same reason, it's best to grab the TCP socket(s) before the
* Unix socket.
* Unix socket(s).
*/
CreateDataDirLockFile(true);

Loading…
Cancel
Save