diff options
Diffstat (limited to 'src/include/utils/guc.h')
| -rw-r--r-- | src/include/utils/guc.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h index 29669fc7c4..665cc0ed42 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 { |
