pgsql: Emit msg re skipping ANALYZE for absent inh tree

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
Thread:
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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2014-11-16 14:43:20 pgsql: Restructure doc sections about statistics views
Previous Message Tom Lane 2014-11-15 17:51:57 Re: pgsql: Get rid of SET LOGGED indexes persistence kludge