File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1010 * Written by Peter Eisentraut <peter_e@gmx.net>.
1111 *
1212 * IDENTIFICATION
13- * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.141 2003/07/28 00:09:16 tgl Exp $
13+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.142 2003/07/28 16:22:02 momjian Exp $
1414 *
1515 *--------------------------------------------------------------------
1616 */
@@ -156,7 +156,7 @@ static char *XactIsoLevel_string;
156156
157157
158158/*
159- * Used for pg_settings. Keep in sync with config_type enum above
159+ * Used for pg_settings. Keep in sync with config_type enum in guc_tables.h
160160 */
161161static char * config_type_name [] =
162162{
@@ -176,6 +176,7 @@ static char *GucContextName[] =
176176 "sighup" ,
177177 "backend" ,
178178 "super-user" ,
179+ "userlimit" ,
179180 "user"
180181};
181182
@@ -188,6 +189,7 @@ static char *GucSourceName[] =
188189 "environment variable" ,
189190 "configuration file" ,
190191 "command line" ,
192+ "userstart" ,
191193 "database" ,
192194 "user" ,
193195 "client" ,
Original file line number Diff line number Diff line change 77 * Copyright 2000-2003 by PostgreSQL Global Development Group
88 * Written by Peter Eisentraut <peter_e@gmx.net>.
99 *
10- * $Id: guc.h,v 1.36 2003/07/27 04:35:54 momjian Exp $
10+ * $Id: guc.h,v 1.37 2003/07/28 16:22:13 momjian Exp $
1111 *--------------------------------------------------------------------
1212 */
1313#ifndef GUC_H
5252 * non-super users.
5353 *
5454 * USERSET options can be set by anyone any time.
55+ *
56+ * Keep in sync with GucContextName in guc.c
5557 */
5658typedef enum
5759{
Original file line number Diff line number Diff line change 77 *
88 * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
99 *
10- * $Id: guc_tables.h,v 1.2 2003/07/27 04:35:54 momjian Exp $
10+ * $Id: guc_tables.h,v 1.3 2003/07/28 16:22:16 momjian Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -58,6 +58,8 @@ enum config_group
5858
5959/*
6060 * GUC supports these types of variables:
61+ *
62+ * Keep in sync with config_type_name in guc.c
6163 */
6264enum config_type
6365{
You can’t perform that action at this time.
0 commit comments