Re: Parallel Scan Bug: invalid attnum: 0

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Steve Randall <srandall(at)s3(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Parallel Scan Bug: invalid attnum: 0
Date: 2016-11-10 16:35:42
Message-ID: 20679.1478795742@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Steve Randall 2016-11-10 16:50:02 Re: Parallel Scan Bug: invalid attnum: 0
Previous Message jg 2016-11-10 16:12:47 BUG #14417: Cache invalidation ?