Thom Brown <thom(at)linux(dot)com> writes:
> I've run pgbench with a scale of 2000, and have noticed that the %
> done goes a bit wonky:
> ...
> Presumably this is just an int overflowing repeatedly.
Yeah, fixed. Thanks for the report!
(FWIW, you're not all that far away from the threshold where the integer
table columns wouldn't be wide enough. I don't think we want to change
those datatypes, though.)
regards, tom lane