mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
dummy commit
This commit is contained in:
@ -150,6 +150,12 @@ main(int argc, char **argv)
|
||||
new_cluster.pgdata);
|
||||
check_ok();
|
||||
|
||||
prep_status("Sync data directory to disk");
|
||||
exec_prog(UTILITY_LOG_FILE, NULL, true,
|
||||
"\"%s/initdb\" --sync-only \"%s\"", new_cluster.bindir,
|
||||
new_cluster.pgdata);
|
||||
check_ok();
|
||||
|
||||
create_script_for_cluster_analyze(&analyze_script_file_name);
|
||||
create_script_for_old_cluster_deletion(&deletion_script_file_name);
|
||||
|
||||
|
Reference in New Issue
Block a user