On Fri, Jul 8, 2016 at 12:55 AM, Tom Lane wrote:
> Robert Haas writes:
>> On Thu, Jul 7, 2016 at 10:07 AM, Tom Lane wrote:
>>> Presumably the instrumentation data needed for that is not getting
>>> returned from the worker to the leader.
>
>> Yes.
>
>> ...
>> I'm not sure about the rest of you,
Robert Haas writes:
> On Thu, Jul 7, 2016 at 10:07 AM, Tom Lane wrote:
>> Presumably the instrumentation data needed for that is not getting
>> returned from the worker to the leader.
> Yes.
> ...
> I'm not sure about the rest of you, but I'd kind of like to finish
> this release and start work
On Thu, Jul 7, 2016 at 10:07 AM, Tom Lane wrote:
> Amit Kapila writes:
>> On Thu, Jul 7, 2016 at 1:23 PM, Fujii Masao wrote:
>>> I found $SUBJECT while trying to test parallel queries. Is this a bug?
>
> Presumably the instrumentation data needed for that is not getting
> returned from the worke
On Thu, Jul 7, 2016 at 7:37 PM, Tom Lane wrote:
> Amit Kapila writes:
>> On Thu, Jul 7, 2016 at 1:23 PM, Fujii Masao wrote:
>>> I found $SUBJECT while trying to test parallel queries. Is this a bug?
>
> Presumably the instrumentation data needed for that is not getting
> returned from the worker
Amit Kapila writes:
> On Thu, Jul 7, 2016 at 1:23 PM, Fujii Masao wrote:
>> I found $SUBJECT while trying to test parallel queries. Is this a bug?
Presumably the instrumentation data needed for that is not getting
returned from the worker to the leader. I would bet there's a lot
of other plan-n
On Thu, Jul 7, 2016 at 1:23 PM, Fujii Masao wrote:
> Hi,
>
> I found $SUBJECT while trying to test parallel queries. Is this a bug?
>
>
> In not parallel mode, EXPLAIN ANALYZE reports the information about
> Sort Method as follows.
>
> =# EXPLAIN ANALYZE SELECT * FROM pgbench_accounts ORDER BY bid
Hi,
I found $SUBJECT while trying to test parallel queries. Is this a bug?
In not parallel mode, EXPLAIN ANALYZE reports the information about
Sort Method as follows.
=# EXPLAIN ANALYZE SELECT * FROM pgbench_accounts ORDER BY bid;
QUER