From: Tom Lane Date: Fri, 10 Aug 2012 21:36:54 +0000 (-0400) Subject: Update overlooked comment. X-Git-Tag: REL9_3_BETA1~1109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a67d6d9a78fc7ae84e37b8984f2ecbb40a587400;p=postgresql Update overlooked comment. --- diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index 9e26fb895f..a4fb2a441e 100644 --- a/src/backend/postmaster/postmaster.c +++ b/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);