Re: Small run-time pruning doc fix

2018-11-12 Thread David Rowley
On 13 November 2018 at 02:46, Peter Eisentraut wrote: > Committed your change. Thanks. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services

Re: Small run-time pruning doc fix

2018-11-12 Thread Peter Eisentraut
On 04/11/2018 06:23, David Rowley wrote: > Thanks for looking at this. > > On 2 November 2018 at 20:30, Peter Eisentraut > wrote: >> >> - Execution-time partition pruning currently occurs for the >> + Execution-time partition pruning currently only occurs for the >> Append and

Re: Small run-time pruning doc fix

2018-11-03 Thread David Rowley
Thanks for looking at this. On 2 November 2018 at 20:30, Peter Eisentraut wrote: > > - Execution-time partition pruning currently occurs for the > + Execution-time partition pruning currently only occurs for the > Append and MergeAppend node > types. > + It is not yet impl

Re: Small run-time pruning doc fix

2018-11-02 Thread Peter Eisentraut
On 08/10/2018 10:22, David Rowley wrote: > Before 5220bb7533f a note in ddl.sgml used to mention that run-time > pruning was only implemented for Append. When we got MergeAppend > support the commit updated this to mention MergeAppend is supported > too. This is slightly weird as it's not all that

Small run-time pruning doc fix

2018-10-08 Thread David Rowley
Before 5220bb7533f a note in ddl.sgml used to mention that run-time pruning was only implemented for Append. When we got MergeAppend support the commit updated this to mention MergeAppend is supported too. This is slightly weird as it's not all that obvious what exactly isn't supported when we ment