summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-08-21 03:39:37 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-08-21 03:39:37 +0000
commit6fcaaf29dad233ceca67f31115dc75342a433e79 (patch)
tree6c390902651acec44bcf86592a2625b613f25ac0 /src/backend/utils/misc/guc.c
parente22443f405e26020c85e68853f0ce137d2711146 (diff)
Minor GUC cleanups: document krb_server_hostname and custom_variable_classes
in postgresql.conf.sample, mark custom_variable_classes as SIGHUP not POSTMASTER to agree with the documentation (I can't see a reason it has to be POSTMASTER so I think the docs are right).
Diffstat (limited to 'src/backend/utils/misc/guc.c')
-rw-r--r--src/backend/utils/misc/guc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index d51f8837eee..6fd3d9fc5c4 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -10,7 +10,7 @@
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.284 2005/08/20 23:26:26 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.285 2005/08/21 03:39:34 tgl Exp $
*
*--------------------------------------------------------------------
*/
@@ -2029,7 +2029,7 @@ static struct config_string ConfigureNamesString[] =
},
{
- {"custom_variable_classes", PGC_POSTMASTER, RESOURCES_KERNEL,
+ {"custom_variable_classes", PGC_SIGHUP, CUSTOM_OPTIONS,
gettext_noop("Sets the list of known custom variable classes."),
NULL,
GUC_LIST_INPUT | GUC_LIST_QUOTE