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-09 18:50:48
Message-ID: 23469.1478717448@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Steve Randall <srandall(at)s3(dot)com> writes:
> running pg 9.6.1 on AWS
> max_parallel_workers_per_gather = 4
> This only occurs in some schemas, not all. The affected schemas have
> approx 1 million rows in the table. Much larger schemas (65 million rows)
> and smaller schemas(100K rows) do not have the problem.

FWIW, I failed to duplicate this from the information provided.
Can you get us EXPLAIN output for the troublesome case, or does it
fail before printing the EXPLAIN output? How about a stack trace
from the errfinish call?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tim 2016-11-09 19:48:58 error when installing 9.3.0 on Slackware using slackbuilds
Previous Message Steve Randall 2016-11-09 17:43:52 Parallel Scan Bug: invalid attnum: 0