mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Replace the confusing exit_nicely() by an atexit/on_exit hook
This commit is contained in:
@ -131,7 +131,7 @@ report_clusters_compatible(void)
|
||||
pg_log(PG_REPORT, "\n*Clusters are compatible*\n");
|
||||
/* stops new cluster */
|
||||
stop_postmaster(false, false);
|
||||
exit_nicely(false);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
pg_log(PG_REPORT, "\n"
|
||||
|
Reference in New Issue
Block a user