mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
Print clearer failure message when pg_upgrade fails due to a fatal
error.
This commit is contained in:
parent
c15c1f1c15
commit
a3375becfa
@ -203,6 +203,7 @@ exit_nicely(bool need_cleanup)
|
||||
|
||||
if (need_cleanup)
|
||||
{
|
||||
printf("Failure, exiting\n");
|
||||
/*
|
||||
* FIXME must delete intermediate files
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user