Re: First-draft release notes for back-branch releases

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: First-draft release notes for back-branch releases
Дата
Msg-id 65241c7f-78c6-0ee1-2ffc-c291e6cc6de9@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: First-draft release notes for back-branch releases  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Ответы Re: First-draft release notes for back-branch releases  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Список pgsql-hackers
Hi,

On 2018/11/07 13:08, Jonathan S. Katz wrote:
> Thanks. I left it as "Fix several crashes with triggers" - please see
> attached.

Thank you.  Just one more comment on the top sentence.

* Ensure that if a parent partition has an index created in a tablespace,
then all child indexes will be created in that same tablespace

I think this should be rewritten to not say "parent partition", because
it's a bit confusing to call parent a partition.  Also, how about
mentioning "automatically created" for child indexes?  Like this:

* Ensure that automatically created child indexes are created in the same
tablespace as the parent partitioned index

Thanks,
Amit



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: move PartitionBoundInfo creation code
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Why do pg_upgrade's test use the serial schedule?