| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | Bert <biertie(at)gmail(dot)com> |
| Cc: | Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Parallel Seq Scan |
| Date: | 2015-11-18 02:58:05 |
| Message-ID: | CA+Tgmobh9zy1HBJc3svXjLQKMHoENOWw0ME6-v=_UefrLm=YiA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Tue, Nov 17, 2015 at 4:51 PM, Bert <biertie(at)gmail(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2015-11-18 03:00:52 | Re: Conversion error of floating point numbers in pl/pgsql |
| Previous Message | Etsuro Fujita | 2015-11-18 02:30:27 | Re: Foreign join pushdown vs EvalPlanQual |