Comment 1 for bug 618403

Revision history for this message
Robert Collins (lifeless) wrote :

I think using this will be better for the heat :
select bug.heat from bug, bugtask where bugtask.bug = bug.id and bugtask.distribution = 1 order by bug.heat desc limit 1;
 heat
 -------
 11062
 (1 row)
 Time: 58.710 ms