Rearrange some command line option handling definitions for clarity

This commit is contained in:
Ian Barwick
2020-06-10 13:02:13 +09:00
parent 53546b1c88
commit 300e11eb76
2 changed files with 22 additions and 19 deletions

View File

@@ -141,7 +141,7 @@ typedef struct
/* following options for internal use */
char config_archive_dir[MAXPGPATH];
OutputMode output_mode;
OutputMode output_mode; /* set through provision of --csv, --nagios or --optformat */
bool disable_wal_receiver;
bool enable_wal_receiver;
} t_runtime_options;