From: Magnus Hagander Date: Thu, 16 Jul 2015 07:28:44 +0000 (+0300) Subject: Fix copy/past error in comment X-Git-Tag: REL9_5_ALPHA2~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34a6c6172e99cb12dd9f079111231052510b78be;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)