pgsql: Emit msg re skipping ANALYZE for absent inh tree - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Emit msg re skipping ANALYZE for absent inh tree
Date
Msg-id E1XpmEP-0007vE-2G@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Get rid of SET LOGGED indexes persistence kludge
Next
From: Magnus Hagander
Date:
Subject: pgsql: Restructure doc sections about statistics views