From: | Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp> |
---|---|
To: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Minor comment edits in nodeGather.c |
Date: | 2015-11-24 06:06:49 |
Message-ID: | 5653FE79.5050206@lab.ntt.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
While going through nodeGather.c, I noticed portions of the file header
comment that may have been obsoleted by recent revisions of the relevant
parellelism code. For example, there is a reference to PartialSeqScan node
which did not make it into the tree. Attached fixes it. Also, wondering if
the semantics of Gather node is that of Scan or more generic Plan? That is
to ask whether the following edit makes sense:
* nodeGather.c
- * Support routines for scanning a plan via multiple workers.
+ * Support routines for getting the result from a plan via multiple
+ * workers.
*
Thanks,
Amit
Attachment | Content-Type | Size |
---|---|---|
nodegather-comment-fix.patch | text/x-diff | 1.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2015-11-24 06:42:21 | Re: New email address |
Previous Message | Michael Paquier | 2015-11-24 05:14:45 | Re: Re: In-core regression tests for replication, cascading, archiving, PITR, etc. |