mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Revert initdb --sync-only patch that had incorrect commit messages.
This commit is contained in:
@@ -150,12 +150,6 @@ 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