Update overlooked comment.

This commit is contained in:
Tom Lane 2012-08-10 17:36:54 -04:00
parent c9b0cbe98b
commit a67d6d9a78
1 changed files with 1 additions and 1 deletions

View File

@ -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);