mirror of
https://github.com/postgres/postgres.git
synced 2025-07-23 03:21:12 +03:00
Print clearer failure message when pg_upgrade fails due to a fatal
error.
This commit is contained in:
@ -203,6 +203,7 @@ exit_nicely(bool need_cleanup)
|
|||||||
|
|
||||||
if (need_cleanup)
|
if (need_cleanup)
|
||||||
{
|
{
|
||||||
|
printf("Failure, exiting\n");
|
||||||
/*
|
/*
|
||||||
* FIXME must delete intermediate files
|
* FIXME must delete intermediate files
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user