Merge branch 'bwtakacy-modify_error_message'
This commit is contained in:
commit
ad5ee75215
@ -341,7 +341,7 @@ main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
if (!repack_one_database(orderby, errbuf, sizeof(errbuf)))
|
if (!repack_one_database(orderby, errbuf, sizeof(errbuf)))
|
||||||
ereport(ERROR,
|
ereport(ERROR,
|
||||||
(errcode(ERROR), errmsg("%s", errbuf)));
|
(errcode(ERROR), errmsg("%s failed with error: %s", PROGRAM_NAME, errbuf)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user