Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Oct 2010 01:46:46 +0000 (21:46 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Oct 2010 01:46:46 +0000 (21:46 -0400)
commit9cc8c84e738737baed4b7edeaaa2bee35ad38847
tree5a2cecd2c054cd7fd6f2bb4947767bd5dcf42ca2
parent26a7b48e10bea67be719f5bb88cbaa8d4ec1c9b3
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
src/backend/access/heap/rewriteheap.c
src/backend/commands/cluster.c
src/include/access/rewriteheap.h