Обсуждение: pgsql: pgbench: Install guards against obscure overflow conditions.

Поиск
Список
Период
Сортировка

pgsql: pgbench: Install guards against obscure overflow conditions.

От
Robert Haas
Дата:
pgbench: Install guards against obscure overflow conditions.

Dividing INT_MIN by -1 or taking INT_MIN modulo -1 can sometimes
cause floating-point exceptions or otherwise misbehave.

Fabien Coelho and Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/64f5edca2401f6c2f23564da9dd52e92d08b3a20

Modified Files
--------------
src/bin/pgbench/pgbench.c | 36 ++++++++++++++++++++++++++++++++++--
1 file changed, 34 insertions(+), 2 deletions(-)