Обсуждение: document that MergeAppend can now prune

Поиск
Список
Период
Сортировка

document that MergeAppend can now prune

От
Amit Langote
Дата:
Hi.

It seems that the following commit missed updating ddl.sgml:

commit 5220bb7533f9891b1e071da6461d5c387e8f7b09
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date:   Thu Jul 19 13:49:43 2018 +0300

    Expand run-time partition pruning to work with MergeAppend

Attached patch fixes that.

Thanks,
Amit

Вложения

Re: document that MergeAppend can now prune

От
Michael Paquier
Дата:
On Fri, Aug 24, 2018 at 01:29:32PM +0900, Amit Langote wrote:
> Attached patch fixes that.

Good catch!  Committed.
--
Michael

Вложения

Re: document that MergeAppend can now prune

От
Amit Langote
Дата:
On 2018/08/24 22:55, Michael Paquier wrote:
> On Fri, Aug 24, 2018 at 01:29:32PM +0900, Amit Langote wrote:
>> Attached patch fixes that.
> 
> Good catch!  Committed.

Thank you.

Regards,
Amit