1
0
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:
Bruce Momjian
2012-12-03 22:46:51 -05:00
parent 4d88bc8f2b
commit 25d1ed04a2
5 changed files with 5 additions and 47 deletions

View File

@@ -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);