aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/guc_tables.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-07-21 20:34:50 +0000
committerBruce Momjian <bruce@momjian.us>2004-07-21 20:34:50 +0000
commit7a55ba76151db6baf8760e035468f95b77b73153 (patch)
tree1df3c3cfdaf0bd279a7eb091fd9b4183597d484c /src/include/utils/guc_tables.h
parent8dec0c1bf2f1bb1535c7fae63ab64eeff3190760 (diff)
downloadpostgresql-7a55ba76151db6baf8760e035468f95b77b73153.tar.gz
postgresql-7a55ba76151db6baf8760e035468f95b77b73153.zip
Back out pg_autovacuum commit after cvs clean failure causes commit.
Diffstat (limited to 'src/include/utils/guc_tables.h')
-rw-r--r--src/include/utils/guc_tables.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h
index b9212060413..5293a74289c 100644
--- a/src/include/utils/guc_tables.h
+++ b/src/include/utils/guc_tables.h
@@ -7,7 +7,7 @@
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.13 2004/07/21 20:23:05 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.14 2004/07/21 20:34:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -71,7 +71,6 @@ enum config_group
COMPAT_OPTIONS_CLIENT,
DEVELOPER_OPTIONS,
COMPILE_OPTIONS,
- AUTOVACUUM,
CUSTOM_OPTIONS
};