|
PostgreSQL Source Code git master
|
#include "common/file_utils.h"

Go to the source code of this file.
Macros | |
| #define | check_mut_excl_opts(set, opt, ...) |
Typedefs | |
| typedef void(* | help_handler) (const char *progname) |
Functions | |
| void | handle_help_version_opts (int argc, char *argv[], const char *fixed_progname, help_handler hlp) |
| bool | option_parse_int (const char *optarg, const char *optname, int min_range, int max_range, int *result) |
| bool | parse_sync_method (const char *optarg, DataDirSyncMethod *sync_method) |
| void | check_mut_excl_opts_internal (int n,...) |
| #define check_mut_excl_opts | ( | set, | |
| opt, | |||
| ... | |||
| ) |
Definition at line 30 of file option_utils.h.
Definition at line 125 of file option_utils.c.
|
extern |
Definition at line 24 of file option_utils.c.
References fb(), get_progname(), and printf.
|
extern |
Definition at line 50 of file option_utils.c.
References fb(), optarg, pg_log_error, strtoint(), and val.
|
extern |
Definition at line 90 of file option_utils.c.
References DATA_DIR_SYNC_METHOD_FSYNC, DATA_DIR_SYNC_METHOD_SYNCFS, fb(), optarg, pg_log_error, and sync_method.
Referenced by main(), main(), and parseCommandLine().