Update "repmgr bdr --help" output

This commit is contained in:
Ian Barwick
2017-09-21 13:32:14 +09:00
parent 9a6580a312
commit 97957287b4
2 changed files with 35 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ item_list_append_format(ItemList *item_list, const char *format,...)
if (cell == NULL)
{
log_error(_("unable to allocate memory; terminating."));
exit(ERR_BAD_CONFIG);
exit(ERR_OUT_OF_MEMORY);
}
cell->string = pg_malloc0(MAXLEN);