diff options
| author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2006-05-19 19:08:27 +0000 |
|---|---|---|
| committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2006-05-19 19:08:27 +0000 |
| commit | 1f219cf433e792d61040246c24b136b0e6a2c930 (patch) | |
| tree | 4489a0e0cb6947bc2ece721f220b68f80e64a0f6 /src/include/catalog/catversion.h | |
| parent | 09518fbdf445554f54e4c3cffc964fe2d073b550 (diff) | |
| download | postgresql-1f219cf433e792d61040246c24b136b0e6a2c930.tar.gz | |
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.
Diffstat (limited to 'src/include/catalog/catversion.h')
| -rw-r--r-- | src/include/catalog/catversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 9e0d9997a9..17ce73d015 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.332 2006/05/17 16:37:06 teodor Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.333 2006/05/19 19:08:26 alvherre Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200605171 +#define CATALOG_VERSION_NO 200605191 #endif |
