added config options pg_bindir and pg_ctl_options

This commit is contained in:
Christian Kruse
2014-01-09 14:12:37 +01:00
parent 9f26254ac3
commit 6e3fe059d8
4 changed files with 30 additions and 11 deletions

View File

@@ -40,6 +40,8 @@ typedef struct
int master_response_timeout;
int reconnect_attempts;
int reconnect_intvl;
char pg_bindir[MAXLEN];
char pgctl_options[MAXLEN];
} t_configuration_options;
void parse_config(const char *config_file, t_configuration_options *options);