Re: pgsql: Allow run-time pruning on nested Append/MergeAppend nodes

2020-11-01 Thread David Rowley
On Mon, 2 Nov 2020 at 19:30, Michael Paquier wrote: > fairywen is telling that some of the plans produced in these new tests > are not stable: Thanks. Looking at that now. David

Re: pgsql: Allow run-time pruning on nested Append/MergeAppend nodes

2020-11-01 Thread Michael Paquier
Hi David, On Mon, Nov 02, 2020 at 12:49:52AM +, David Rowley wrote: > Allow run-time pruning on nested Append/MergeAppend nodes > > Previously we only tagged on the required information to allow the > executor to perform run-time partition pruning for Append/MergeAppend > nodes belonging to b

pgsql: Allow run-time pruning on nested Append/MergeAppend nodes

2020-11-01 Thread David Rowley
Allow run-time pruning on nested Append/MergeAppend nodes Previously we only tagged on the required information to allow the executor to perform run-time partition pruning for Append/MergeAppend nodes belonging to base relations. It was thought that nested Append/MergeAppend nodes were just about