[PATCH] Comment fix for miscinit.c
Started by David Christensenover 10 years ago2 messages
Quick comment fix for edit issue.
Attachments:
0001-Fix-comment.patchapplication/octet-stream; name=0001-Fix-comment.patchDownload
>From 0c71e2d821f670d6fe04faeacf94438b2f919a32 Mon Sep 17 00:00:00 2001
From: David Christensen <david@endpoint.com>
Date: Wed, 15 Jul 2015 17:16:57 -0400
Subject: [PATCH] Fix comment
---
src/backend/utils/init/miscinit.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/backend/utils/init/miscinit.c b/src/backend/utils/init/miscinit.c
index 2b53c19..acc4752 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)
--
2.3.5
Re: [PATCH] Comment fix for miscinit.c
On Wed, Jul 15, 2015 at 11:18 PM, David Christensen <david@endpoint.com>
wrote:
Quick comment fix for edit issue.
Applied, thanks.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/