We still have things like this showing "division by zero":

Assert(activeTapes > 0);
1913            slotsPerTape = (state->memtupsize - state->mergefirstfree) / 
activeTapes;


It looks like if you marked ExceptionalCondition() as never returning
then it should hide this.


-- 
greg
http://mit.edu/~gsstark/resume.pdf

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to