8000
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 7193436 commit 64c9d8aCopy full SHA for 64c9d8a
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