diff options
| author | Bruce Momjian | 2003-09-01 04:15:51 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-09-01 04:15:51 +0000 |
| commit | 11c2f1900aeae0f1799dedb7576c50ff4d13bc53 (patch) | |
| tree | e90f4c40a7e8e06f077a2e04c6d26a1889e7aad8 /src/include | |
| parent | defc7a972dc534351d9a6aabd44f768444dd44bb (diff) | |
Rename DoIt to changeVar, for clarity.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/utils/guc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h index 80ad3b3aa66..75288ac43c2 100644 --- a/src/include/utils/guc.h +++ b/src/include/utils/guc.h @@ -7,7 +7,7 @@ * Copyright (c) 2000-2003, PostgreSQL Global Development Group * Written by Peter Eisentraut <peter_e@gmx.net>. * - * $Id: guc.h,v 1.40 2003/08/04 23:59:41 tgl Exp $ + * $Id: guc.h,v 1.41 2003/09/01 04:15:51 momjian Exp $ *-------------------------------------------------------------------- */ #ifndef GUC_H @@ -127,7 +127,7 @@ extern void BeginReportingGUCOptions(void); extern void ParseLongOption(const char *string, char **name, char **value); extern bool set_config_option(const char *name, const char *value, GucContext context, GucSource source, - bool isLocal, bool DoIt); + bool isLocal, bool changeVal); extern void ShowGUCConfigOption(const char *name, DestReceiver *dest); extern void ShowAllGUCConfig(DestReceiver *dest); extern char *GetConfigOptionByName(const char *name, const char **varname); |
