Re: Parallel Scan Bug: invalid attnum: 0 - Mailing list pgsql-bugs

From Steve Randall
Subject Re: Parallel Scan Bug: invalid attnum: 0
Date
Msg-id CABVd52Xum9-92t9Q0=CHOkBTU=kKfUxyusioZ58Gn5Sn_o7ZHw@mail.gmail.com
Whole thread Raw
In response to Re: Parallel Scan Bug: invalid attnum: 0  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Thank you.

On Thu, Nov 10, 2016 at 10:35 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> I wrote:
> > Immediate impression is that the logic for planning partial grouped
> > aggregation did not get the zero-sort-keys case right.
>
> Yeah: after flattening your view, the planner was left with GROUP BY
> 'S3'::character varying, which is a no-op, but it mistakenly inserted
> a no-op Sort into the plan to sort by that.  One-liner fix is here
> if you need it right away:
>
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=
> 7defc3b97a31537547053946808a83e7234d1b61
>
>
>                         regards, tom lane
>

pgsql-bugs by date:

Previous
From: jg@pailloncy.com
Date:
Subject: BUG #14417: Cache invalidation ?
Next
From: avalon@list.ru
Date:
Subject: BUG #14418: PGAdmin 4 feature request/feedback