#include <guc.h>
Data Fields | |
| char * | name |
| char * | value |
| char * | filename |
| int | sourceline |
| struct ConfigVariable * | next |
Definition at line 105 of file guc.h.
| char* ConfigVariable::filename |
| char* ConfigVariable::name |
Definition at line 107 of file guc.h.
Referenced by parse_extension_control_file(), and readRecoveryCommandFile().
| struct ConfigVariable* ConfigVariable::next |
Definition at line 111 of file guc.h.
Referenced by parse_extension_control_file(), and readRecoveryCommandFile().
| char* ConfigVariable::value |
Definition at line 108 of file guc.h.
Referenced by parse_extension_control_file(), and readRecoveryCommandFile().
1.7.1