aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-08-10 17:36:54 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-08-10 17:36:54 -0400
commita67d6d9a78fc7ae84e37b8984f2ecbb40a587400 (patch)
tree246a62418f85c0528a81e6fe76c280e53669db58 /src
parentc9b0cbe98bd783e24a8c4d8d8ac472a494b81292 (diff)
downloadpostgresql-a67d6d9a78fc7ae84e37b8984f2ecbb40a587400.tar.gz
postgresql-a67d6d9a78fc7ae84e37b8984f2ecbb40a587400.zip
Update overlooked comment.
Diffstat (limited to 'src')
-rw-r--r--src/backend/postmaster/postmaster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index 9e26fb895f3..a4fb2a441e4 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);