Re: Size of Path nodes

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Size of Path nodes
Дата
Msg-id CA+TgmobJSaN8d3pkk_RMpuxScrB4NNPRh861SbvbbnSANEmS4g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Size of Path nodes  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Sat, Dec 5, 2015 at 9:11 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> here.  For example, in the case of nodeSeqscan.c, almost two-thirds of
> the new lines of code are to add three additional methods that aren't
> called in parallel aware mode, and about half of the rest are due to a
> SeqScanState now having one integer field that's not part of
> ScanState, which require mechanical changes in a bunch of places ("ps"
> becomes "ss.ps").  The rest amounts to 15-20 lines of real code
> change.

Oops, bad proofreading.  It should say "are ONLY called in parallel
mode", not "aren't called in parallel aware mode".

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Size of Path nodes
Следующее
От: Chapman Flack
Дата:
Сообщение: a word-choice question