mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Fix copy/past error in comment
David Christensen
This commit is contained in:
parent
7193436744
commit
64c9d8a6c8
@ -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…
x
Reference in New Issue
Block a user