pgsql: Emit msg re skipping ANALYZE for absent inh tree

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Emit msg re skipping ANALYZE for absent inh tree
Дата
Msg-id E1XpmEP-0007vE-2G@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Emit msg re skipping ANALYZE for absent inh tree

When checking a table that has an inheritance tree marked,
if no child tables remain, we skip ANALYZE. This patch emits
a message to show that the action has been skipped.

Author: Etsuro Fujita
Reviewer: Furuya Osamu

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0f66d2120154e51960a21062b214d468782d8554

Modified Files
--------------
src/backend/commands/analyze.c |    4 ++++
1 file changed, 4 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Get rid of SET LOGGED indexes persistence kludge
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Restructure doc sections about statistics views