Re: [sqlsmith] ERROR: partition missing from subplans
David Rowley <david.rowley@2ndquadrant.com>
From: David Rowley <david.rowley@2ndquadrant.com>
To: Andreas Seltenreich <seltenreich@gmx.de>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-08-11T03:32:58Z
Lists: pgsql-hackers
Attachments
- fix_partition_missing_from_subplans_error.patch (application/octet-stream) patch
On 11 August 2018 at 14:09, David Rowley <david.rowley@2ndquadrant.com> wrote: > So my best idea on a > fix is simply to remove the code that raises the error. Here's a patch to do that. I've also included a further simplified test to ensure this case performs run-time pruning correctly. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Fix executor prune failure when plan already pruned
- 1eb9221585c2 12.0 landed
- 6589a435d83b 11.0 landed