]> granicus.if.org Git - postgresql/commitdiff
Update overlooked comment.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Aug 2012 21:36:54 +0000 (17:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Aug 2012 21:36:54 +0000 (17:36 -0400)
src/backend/postmaster/postmaster.c

index 9e26fb895f3f6c70eef42f69f4f4f283cb15ba65..a4fb2a441e49ccc9e6bafbd6922ef93eda8430c0 100644 (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);