projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b0cbe
)
Update overlooked comment.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 10 Aug 2012 21:36:54 +0000
(17:36 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 10 Aug 2012 21:36:54 +0000
(17:36 -0400)
src/backend/postmaster/postmaster.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/postmaster.c
b/src/backend/postmaster/postmaster.c
index 9e26fb895f3f6c70eef42f69f4f4f283cb15ba65..a4fb2a441e49ccc9e6bafbd6922ef93eda8430c0 100644
(file)
--- 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);