pgsql: Fix progress logging when scale factor is large.

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема pgsql: Fix progress logging when scale factor is large.
Дата
Msg-id E1Vr3H3-0005Q4-9i@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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).

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/27902bc9164d227cbdf1242de218edeaf8cd9f7f

Modified Files
--------------
contrib/pgbench/pgbench.c |    8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Display old and new values in pg_resetxlog -n output.
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: pgsql: Fix progress logging when scale factor is large.