diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-07-14 05:13:45 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-07-14 05:13:45 +0000 |
commit | 29094193f526bf90671d71b59a2e007aad1fcae5 (patch) | |
tree | 51e632c843ab9c7eedbd0b01f4de5b27c202443e /src/include/utils/guc_tables.h | |
parent | f2bf2d2dc5cef3f5b9cf50493490fa9931f982b2 (diff) | |
download | postgresql-29094193f526bf90671d71b59a2e007aad1fcae5.tar.gz postgresql-29094193f526bf90671d71b59a2e007aad1fcae5.zip |
Integrate autovacuum functionality into the backend. There's still a
few loose ends to be dealt with, but it seems to work. Alvaro Herrera,
based on the contrib code by Matthew O'Connor.
Diffstat (limited to 'src/include/utils/guc_tables.h')
-rw-r--r-- | src/include/utils/guc_tables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h index 39d2af3bab9..beddf5dd5f0 100644 --- a/src/include/utils/guc_tables.h +++ b/src/include/utils/guc_tables.h @@ -7,7 +7,7 @@ * * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.19 2004/12/31 22:03:46 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.20 2005/07/14 05:13:44 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -62,6 +62,7 @@ enum config_group STATS, STATS_MONITORING, STATS_COLLECTOR, + AUTOVACUUM, CLIENT_CONN, CLIENT_CONN_STATEMENT, CLIENT_CONN_LOCALE, |