tablespace_dirs -> tablespace_mapping

For consistency with the parameter name.
This commit is contained in:
Ian Barwick
2015-02-28 11:03:03 +09:00
parent 65dcce55e8
commit a69176fc1b
3 changed files with 11 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ typedef struct
int monitor_interval_secs;
int retry_promote_interval_secs;
int use_replication_slots;
TablespaceList tablespace_dirs;
TablespaceList tablespace_mapping;
} t_configuration_options;
#define T_CONFIGURATION_OPTIONS_INITIALIZER { "", -1, NO_UPSTREAM_NODE, "", MANUAL_FAILOVER, -1, "", "", "", "", "", "", "", -1, -1, -1, "", "", "", "", 0, 0, 0, {NULL, NULL} }