pgbench: Install guard against overflow when dividing by -1.

Robert Haas <rhaas@postgresql.org>

Commit: 4c8b07d3c4300dd9e6e3a8b6dc8260c128a9cd75
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-02-03T14:25:34Z
Releases: 9.1.20
pgbench: Install guard against overflow when dividing by -1.

Commit 64f5edca2401f6c2f23564da9dd52e92d08b3a20 fixed the same hazard
on master; this is a backport, but the modulo operator does not exist
in older releases.

Michael Paquier

Files

PathChange+/−
contrib/pgbench/pgbench.c modified +29 −1