From a67d6d9a78fc7ae84e37b8984f2ecbb40a587400 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 10 Aug 2012 17:36:54 -0400 Subject: [PATCH] Update overlooked comment. --- src/backend/postmaster/postmaster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);