Thanks to visit codestin.com
Credit goes to postgrespro.com

pgsql: Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.
Date
Msg-id [email protected]
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Eliminate some repetitive coding in tuplesort.c.
Next
From: [email protected] (User Kasahara)
Date:
Subject: pgstatsinfo - pg_statsinfo: Fixed problem with interactive