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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.
Дата
Msg-id E1P423U-0006hK-Ml@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Eliminate some repetitive coding in tuplesort.c.
Следующее
От: kasahara@pgfoundry.org (User Kasahara)
Дата:
Сообщение: pgstatsinfo - pg_statsinfo: Fixed problem with interactive