OSDN Git Service

Add last-vacuum/analyze-time columns to the stats collector, both manual and
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 19 May 2006 19:08:27 +0000 (19:08 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 19 May 2006 19:08:27 +0000 (19:08 +0000)
commit1f219cf433e792d61040246c24b136b0e6a2c930
tree4489a0e0cb6947bc2ece721f220b68f80e64a0f6
parent09518fbdf445554f54e4c3cffc964fe2d073b550
Add last-vacuum/analyze-time columns to the stats collector, both manual and
issued by autovacuum.  Add accessor functions to them, and use those in the
pg_stat_*_tables system views.

Catalog version bumped due to changes in the pgstat views and the pgstat file.

Patch from Larry Rosenman, minor improvements by me.
doc/src/sgml/monitoring.sgml
src/backend/catalog/system_views.sql
src/backend/postmaster/pgstat.c
src/backend/utils/adt/pgstatfuncs.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/pgstat.h
src/test/regress/expected/rules.out