Implement PG scrub runner
This commit is contained in:
@@ -15,3 +15,4 @@ std::string str_replace(const std::string & in, const std::string & needle, cons
|
||||
uint64_t stoull_full(const std::string & str, int base = 0);
|
||||
std::string format_size(uint64_t size, bool nobytes = false);
|
||||
void print_help(const char *help_text, std::string exe_name, std::string cmd, bool all);
|
||||
uint64_t parse_time(std::string time_str, bool *ok = NULL);
|
||||
|
||||
Reference in New Issue
Block a user