basic min_recovery_apply_delay support

This commit is contained in:
Christian Kruse
2014-03-10 15:41:38 +01:00
parent 91c29fe2a2
commit 653e11c2a7
2 changed files with 64 additions and 18 deletions

View File

@@ -67,8 +67,10 @@ typedef struct
/* parameter used by CLUSTER CLEANUP */
int keep_history;
char min_recovery_apply_delay[MAXLEN];
} t_runtime_options;
#define T_RUNTIME_OPTIONS_INITIALIZER { "", "", "", "", "", "", DEFAULT_WAL_KEEP_SEGMENTS, false, false, false, false, "", "", 0 }
#define T_RUNTIME_OPTIONS_INITIALIZER { "", "", "", "", "", "", DEFAULT_WAL_KEEP_SEGMENTS, false, false, false, false, "", "", 0, "" }
#endif