Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix copy/past error in comment
authorMagnus Hagander <magnus@hagander.net>
Thu, 16 Jul 2015 07:28:44 +0000 (10:28 +0300)
committerMagnus Hagander <magnus@hagander.net>
Thu, 16 Jul 2015 07:28:44 +0000 (10:28 +0300)
David Christensen

src/backend/utils/init/miscinit.c

index 2b53c19fb9744d46a6f21cfaf2ee11937cc5797f..acc4752015b3217ce8bd9a6e49f6d75fbce4f2dd 100644 (file)
@@ -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)