Task Tracker: fix error being copy pasted from above block

pull/2897/head
Philip Dubé 2019-08-19 18:09:13 +00:00
parent bc7a76d139
commit db5a7f49a7
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ MultiTaskTrackerExecute(Job *job)
} }
else if (clusterFailed) else if (clusterFailed)
{ {
ereport(ERROR, (errmsg("failed to execute task %u", failedTaskId))); ereport(ERROR, (errmsg("majority of nodes failed")));
} }
else if (QueryCancelPending) else if (QueryCancelPending)
{ {