Hi all,
I've run pgbench with a scale of 2000, and have noticed that the %
done goes a bit wonky:
thom@bison:~$ pgbench -i -s 2000 pgbench
NOTICE: table "pgbench_history" does not exist, skipping
NOTICE: table "pgbench_tellers" does not exist, skipping
NOTICE: table "pgbench_accounts" does not
Thom Brown 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 colu
On Sat, 2012-09-08 at 12:40 +, rikard.pave...@zg.htnet.hr wrote:
> The following bug has been logged on the website:
>
> Bug reference: 7525
> Logged by: Rikard Pavelic
> Email address: rikard.pave...@zg.htnet.hr
> PostgreSQL version: 9.1.2
> Operating system: Windows 7
>