Minor comment edits in nodeGather.c

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Minor comment edits in nodeGather.c
Дата
Msg-id 5653FE79.5050206@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: Minor comment edits in nodeGather.c  (Robert Haas <robertmhaas@gmail.com>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Re: In-core regression tests for replication, cascading, archiving, PITR, etc.
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: New email address