Re: BUG #17942: vacuumdb doesn't populate extended statistics on partitioned tables

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #17942: vacuumdb doesn't populate extended statistics on partitioned tables
Дата
Msg-id ZG8SLtCX0erW5Di7@paquier.xyz
обсуждение исходный текст
Ответ на Re: BUG #17942: vacuumdb doesn't populate extended statistics on partitioned tables  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Ответы Re: BUG #17942: vacuumdb doesn't populate extended statistics on partitioned tables  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Список pgsql-bugs
On Thu, May 25, 2023 at 01:07:59PM +0900, Kyotaro Horiguchi wrote:
> ANALYZE processes inhertance parents. By a quick search, I found
> that commit 3c3bb99330 modified get_rel_oids (which has now been
> relocated to get_all_vacuum_rels) to include
> RELKIND_PARTITIONED_TABLE. However, it seems like it overlooked
> updating the same in vacuumdb.c. This dates back to 10.

You cannot do that, because this would make a single run of vacuumdb
process more than once each partition.  Am I missing something?
--
Michael

Вложения

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

Предыдущее
От: Hans Buschmann
Дата:
Сообщение: AW: BUG #17943: Undefined symbol LLVMBuildGEP in llvmjit.so during pg_restore
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17944: Partial index on boolean field is not picked when using = while the index is created with is