Skip to content
Snippets Groups Projects
Commit 64c9d8a6 authored by Magnus Hagander's avatar Magnus Hagander
Browse files

Fix copy/past error in comment

David Christensen
parent 71934367
No related branches found
No related tags found
No related merge requests found
...@@ -199,8 +199,8 @@ InitPostmasterChild(void) ...@@ -199,8 +199,8 @@ InitPostmasterChild(void)
/* /*
* If possible, make this process a group leader, so that the postmaster * If possible, make this process a group leader, so that the postmaster
* can signal any child processes too. Not all processes will have * can signal any child processes too. Not all processes will have
* children, but for consistency we , but for consistency we make all * children, but for consistency we make all postmaster child processes do
* postmaster child processes do this. * this.
*/ */
#ifdef HAVE_SETSID #ifdef HAVE_SETSID
if (setsid() < 0) if (setsid() < 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment