summaryrefslogtreecommitdiff
path: root/src/include/utils
diff options
context:
space:
mode:
authorBruce Momjian2003-07-09 17:57:47 +0000
committerBruce Momjian2003-07-09 17:57:47 +0000
commitcbdda3e2a9444bb44041dda8a8dc3513be866b1d (patch)
tree5a249cb65c9649bd3087a493b03dd6ad259531b5 /src/include/utils
parent18936ef3725c1517aa062dad3b54f993efd60348 (diff)
Add description for new GUC context.
Aizaz Ahmed
Diffstat (limited to 'src/include/utils')
-rw-r--r--src/include/utils/guc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h
index 29669fc7c46..665cc0ed424 100644
--- a/src/include/utils/guc.h
+++ b/src/include/utils/guc.h
@@ -7,7 +7,7 @@
* Copyright 2000-2003 by PostgreSQL Global Development Group
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
- * $Id: guc.h,v 1.33 2003/07/09 06:47:34 momjian Exp $
+ * $Id: guc.h,v 1.34 2003/07/09 17:57:47 momjian Exp $
*--------------------------------------------------------------------
*/
#ifndef GUC_H
@@ -52,6 +52,9 @@
* non-super users.
*
* USERSET options can be set by anyone any time.
+ *
+ * When updating the GucContexts, please make sure to update the
+ * corresponding GucContext_names [] entries in pg_guc.c.
*/
typedef enum
{