Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525a6a0 commit 34a6c61Copy full SHA for 34a6c61
src/backend/utils/init/miscinit.c
@@ -199,8 +199,8 @@ InitPostmasterChild(void)
199
/*
200
* If possible, make this process a group leader, so that the postmaster
201
* can signal any child processes too. Not all processes will have
202
- * children, but for consistency we , but for consistency we make all
203
- * postmaster child processes do this.
+ * children, but for consistency we make all postmaster child processes do
+ * this.
204
*/
205
#ifdef HAVE_SETSID
206
if (setsid() < 0)
0 commit comments