File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 25
25
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
26
26
*
27
27
* IDENTIFICATION
28
- * $Header: /cvsroot/pgsql/src/backend/utils/misc/help_config.c,v 1.1 2003/07/04 16:41:21 tgl Exp $
28
+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/help_config.c,v 1.2 2003/07/09 17:57:47 momjian Exp $
29
29
*
30
30
*-------------------------------------------------------------------------
31
31
*/
@@ -143,6 +143,7 @@ static const char *const GucContext_names[] = {
143
143
"SIGHUP" ,
144
144
"BACKEND" ,
145
145
"SUSET" ,
146
+ "USERLIMIT" ,
146
147
"USERSET"
147
148
};
148
149
Original file line number Diff line number Diff line change 7
7
* Copyright 2000-2003 by PostgreSQL Global Development Group
8
8
* Written by Peter Eisentraut <peter_e@gmx.net>.
9
9
*
10
- * $Id: guc.h,v 1.33 2003/07/09 06:47:34 momjian Exp $
10
+ * $Id: guc.h,v 1.34 2003/07/09 17:57:47 momjian Exp $
11
11
*--------------------------------------------------------------------
12
12
*/
13
13
#ifndef GUC_H
52
52
* non-super users.
53
53
*
54
54
* USERSET options can be set by anyone any time.
55
+ *
56
+ * When updating the GucContexts, please make sure to update the
57
+ * corresponding GucContext_names [] entries in pg_guc.c.
55
58
*/
56
59
typedef enum
57
60
{
You can’t perform that action at this time.
0 commit comments