Re: Parallel Seq Scan

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Parallel Seq Scan
Дата
Msg-id CA+Tgmobh9zy1HBJc3svXjLQKMHoENOWw0ME6-v=_UefrLm=YiA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Parallel Seq Scan  (Bert <biertie@gmail.com>)
Список pgsql-hackers
On Tue, Nov 17, 2015 at 4:51 PM, Bert <biertie@gmail.com> wrote:
Hey Robert,

Thank you for the help. As you might (not) know, I'm quite new to the community, but I'm learning. with the help from people like you.
anyhow, find attached a third attempt to a valid backtrace file.

This run is compiled from commit 5f10b7a604c87fc61a2c20a56552301f74c9bd5f and your latest patch atteched in this mailtrack.

Thanks.  This is great.  Can you also run these commands:

frame 1
p *scan

The first command should select the heap_parallelscan_nextpage frame.  The second command should print the contents of the scan object.
 
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: Re: Foreign join pushdown vs EvalPlanQual
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Conversion error of floating point numbers in pl/pgsql