projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7193436
)
Fix copy/past error in comment
author
Magnus Hagander
Thu, 16 Jul 2015 07:28:44 +0000
(10:28 +0300)
committer
Magnus Hagander
Thu, 16 Jul 2015 07:28:44 +0000
(10:28 +0300)
David Christensen
src/backend/utils/init/miscinit.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/init/miscinit.c
b/src/backend/utils/init/miscinit.c
index 2b53c19fb9744d46a6f21cfaf2ee11937cc5797f..acc4752015b3217ce8bd9a6e49f6d75fbce4f2dd 100644
(file)
--- a/
src/backend/utils/init/miscinit.c
+++ b/
src/backend/utils/init/miscinit.c
@@
-199,8
+199,8
@@
InitPostmasterChild(void)
/*
* If possible, make this process a group leader, so that the postmaster
* can signal any child processes too. Not all processes will have
- * children, but for consistency we
, but for consistency we make all
- *
postmaster child processes do
this.
+ * children, but for consistency we
make all postmaster child processes do
+ * this.
*/
#ifdef HAVE_SETSID
if (setsid() < 0)