diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-07-21 20:23:05 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-07-21 20:23:05 +0000 |
commit | 8dec0c1bf2f1bb1535c7fae63ab64eeff3190760 (patch) | |
tree | fb199665ef95ed7b4bbceab1978a69476a5720f1 /src/include/utils/guc_tables.h | |
parent | 83997560b755523545424f7e8909e656b0f3f500 (diff) |
lease find enclosed a patch that matches the PL/Perl documentation
(fairly closely, I hope) to the current PL/Perl implementation.
David Fetter
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 d522f6d5e94..b9212060413 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.12 2004/07/01 00:51:44 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.13 2004/07/21 20:23:05 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -71,6 +71,7 @@ enum config_group COMPAT_OPTIONS_CLIENT, DEVELOPER_OPTIONS, COMPILE_OPTIONS, + AUTOVACUUM, CUSTOM_OPTIONS }; |