|
PostgreSQL Source Code git master
|
#include "postgres.h"#include <limits.h>#include <unistd.h>#include "utils/guc_tables.h"#include "utils/help_config.h"
Go to the source code of this file.
Functions | |
| static void | printMixedStruct (const struct config_generic *structToPrint) |
| static bool | displayStruct (const struct config_generic *structToDisplay) |
| void | GucInfoMain (void) |
|
static |
Definition at line 58 of file help_config.c.
References fb(), GUC_DISALLOW_IN_FILE, GUC_NO_SHOW_ALL, and GUC_NOT_IN_SAMPLE.
Referenced by GucInfoMain().
Definition at line 31 of file help_config.c.
References build_guc_variables(), displayStruct(), fb(), get_guc_variables(), i, and printMixedStruct().
Referenced by main().
|
static |
Definition at line 71 of file help_config.c.
References _, config_enum_lookup_by_value(), config_group_names, fb(), GucContext_Names, PGC_BOOL, PGC_ENUM, PGC_INT, PGC_REAL, PGC_STRING, printf, and write_stderr.
Referenced by GucInfoMain().