Jeff Frost <jeff@frostconsultingllc.com> writes:
> Hrmmm...my pgbench died with an integer out of range error:
That's normal, if you run it long enough without re-creating the tables.
It keeps adding small values to the balances, and eventually they
overflow. (Possibly someone should fix it so that the deltas are
uniformly distributed around zero, instead of being always positive.)
regards, tom lane