pgsql: Emit msg re skipping ANALYZE for absent inh tree

Lists: pgsql-committers
From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Emit msg re skipping ANALYZE for absent inh tree
Date: 2014-11-15 22:54:13
Message-ID: E1XpmEP-0007vE-2G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: 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(+)