]> granicus.if.org Git - postgresql/commit
Fix progress logging when scale factor is large.
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 12 Dec 2013 10:01:01 +0000 (19:01 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 12 Dec 2013 10:10:35 +0000 (19:10 +0900)
commit841a65482d6e198b71a0df987b8b9822608d5ef4
tree2470e8add62a955dfab1f6e392b0759ddca9968d
parent108e3992cdae890c9b5b4778c3598fce35eea4ca
Fix progress logging when scale factor is large.

Integer overflow showed minus percent and minus remaining time something like this.
  239300000 of 3800000000 tuples (-48%) done (elapsed 226.86 s, remaining -696.10 s).
contrib/pgbench/pgbench.c