Rename "pg_restore_command" to "restore_command"

The 'pg_' prefix could cause confusion with actual binaries
(pg_ctl, pg_basebackup etc.) and there's no obvious reason
why we need it.
This commit is contained in:
Ian Barwick
2016-06-17 14:43:02 +09:00
parent 1ade1acb22
commit 3d6c349d88
4 changed files with 8 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ typedef struct
char pg_bindir[MAXLEN];
char pg_ctl_options[MAXLEN];
char pg_basebackup_options[MAXLEN];
char pg_restore_command[MAXLEN];
char restore_command[MAXLEN];
char logfile[MAXLEN];
int monitor_interval_secs;
int retry_promote_interval_secs;