diff options
author | Itagaki Takahiro <itagaki.takahiro@gmail.com> | 2010-06-15 07:52:11 +0000 |
---|---|---|
committer | Itagaki Takahiro <itagaki.takahiro@gmail.com> | 2010-06-15 07:52:11 +0000 |
commit | 41f302b52a2f0388a9e9b084d42f18d1904db7ff (patch) | |
tree | a714a956f0e8118e141a8e3645ffe832af22a8f2 /src/include/utils/guc_tables.h | |
parent | 8141523e35fd0c5c069abd0403b5c99770abd6fb (diff) | |
download | postgresql-41f302b52a2f0388a9e9b084d42f18d1904db7ff.tar.gz postgresql-41f302b52a2f0388a9e9b084d42f18d1904db7ff.zip |
Add new GUC categories corresponding to sections in docs, and move
description for vacuum_defer_cleanup_age to the correct category.
Sections in postgresql.conf are also sorted in the same order with docs.
Per gripe by Fujii Masao, suggestion by Heikki Linnakangas, and patch by me.
Diffstat (limited to 'src/include/utils/guc_tables.h')
-rw-r--r-- | src/include/utils/guc_tables.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h index bb96b0e546e..54aba388ecd 100644 --- a/src/include/utils/guc_tables.h +++ b/src/include/utils/guc_tables.h @@ -7,7 +7,7 @@ * * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.48 2010/01/15 09:19:09 heikki Exp $ + * $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.49 2010/06/15 07:52:11 itagaki Exp $ * *------------------------------------------------------------------------- */ @@ -50,10 +50,15 @@ enum config_group RESOURCES, RESOURCES_MEM, RESOURCES_KERNEL, + RESOURCES_VACUUM_DELAY, + RESOURCES_BGWRITER, + RESOURCES_ASYNCHRONOUS, WAL, WAL_SETTINGS, WAL_CHECKPOINTS, + WAL_ARCHIVING, WAL_REPLICATION, + WAL_STANDBY_SERVERS, QUERY_TUNING, QUERY_TUNING_METHOD, QUERY_TUNING_COST, |