pgsql: Prevent overflow in pgbench's percent-done display.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent overflow in pgbench's percent-done display.
Date: 2012-10-20 16:44:25
Message-ID: E1TPc9x-0003X8-Cq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Prevent overflow in pgbench's percent-done display.

Per Thom Brown.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ca0b960eb502db429d9134b0ddf24b9e12f45257

Modified Files
--------------
contrib/pgbench/pgbench.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-10-20 20:59:29 pgsql: Fix pg_dump's handling of DROP DATABASE commands in --clean mode
Previous Message Tom Lane 2012-10-19 22:34:07 pgsql: Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTE cor