mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 08:16:08 -04:00
Fix copy/past error in comment
David Christensen
This commit is contained in:
parent
525a6a0d45
commit
34a6c6172e
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue