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(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
