From: Magnus Hagander Date: Thu, 16 Jul 2015 07:28:44 +0000 (+0300) Subject: Fix copy/past error in comment X-Git-Tag: REL9_6_BETA1~1678 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64c9d8a6c8810796ab9f09d435c248ea516c5f3c;p=postgresql Fix copy/past error in comment David Christensen --- diff --git a/src/backend/utils/init/miscinit.c b/src/backend/utils/init/miscinit.c index 2b53c19fb9..acc4752015 100644 --- a/src/backend/utils/init/miscinit.c +++ b/src/backend/utils/init/miscinit.c @@ -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)