Rename variable 'reconnect_intvl' to 'reconnect_interval'

For consistency with the configuration file parameter name
This commit is contained in:
Ian Barwick
2015-11-09 11:04:42 +09:00
parent 72b1e57251
commit 8870b7d7f1
3 changed files with 16 additions and 16 deletions

View File

@@ -67,7 +67,7 @@ typedef struct
char ssh_options[QUERY_STR_LEN];
int master_response_timeout;
int reconnect_attempts;
int reconnect_intvl;
int reconnect_interval;
char pg_bindir[MAXLEN];
char pg_ctl_options[MAXLEN];
char pg_basebackup_options[MAXLEN];