mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 14:53:31 -05:00
Print clearer failure message when pg_upgrade fails due to a fatal
error.
This commit is contained in:
parent
c15c1f1c15
commit
a3375becfa
1 changed files with 2 additions and 1 deletions
|
|
@ -200,9 +200,10 @@ exit_nicely(bool need_cleanup)
|
|||
/* terminate any running instance of postmaster */
|
||||
if (os_info.postmasterPID != 0)
|
||||
kill(os_info.postmasterPID, SIGTERM);
|
||||
|
||||
|
||||
if (need_cleanup)
|
||||
{
|
||||
printf("Failure, exiting\n");
|
||||
/*
|
||||
* FIXME must delete intermediate files
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue