Rename t_configuration_options member 'pgctl_options' to 'pg_ctl_options'

Change is to make it match the actual configuration item.
This commit is contained in:
Ian Barwick
2015-03-20 11:02:32 +09:00
parent a0a3ef58b0
commit 0fbb83262f
3 changed files with 10 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ typedef struct
int reconnect_attempts;
int reconnect_intvl;
char pg_bindir[MAXLEN];
char pgctl_options[MAXLEN];
char pg_ctl_options[MAXLEN];
char pg_basebackup_options[MAXLEN];
char logfile[MAXLEN];
int monitor_interval_secs;