pgsql: Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.
Date: 2010-10-08 01:47:28
Message-ID: E1P423U-0006hK-Ml@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.

This patch resurrects some of the information that could be logged by the
old, now-dead implementation of VACUUM FULL, in particular counts of live
and dead tuples and the time taken for the table rebuild proper. There's
still no logging about the ensuing index rebuilds, though.

Itagaki Takahiro

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=9cc8c84e738737baed4b7edeaaa2bee35ad38847

Modified Files
--------------
src/backend/access/heap/rewriteheap.c | 11 +++-
src/backend/commands/cluster.c | 76 ++++++++++++++++++++++++---------
src/include/access/rewriteheap.h | 2 +-
3 files changed, 65 insertions(+), 24 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Kasahara 2010-10-08 05:17:04 pgstatsinfo - pg_statsinfo: Fixed problem with interactive
Previous Message Tom Lane 2010-10-08 00:32:42 pgsql: Eliminate some repetitive coding in tuplesort.c.