1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-08 00:47:37 +03:00
Files
postgres/contrib/pgbench
Robert Haas c33d1a8d52 pgbench: Install guard against overflow when dividing by -1.
Commit 64f5edca24 fixed the same hazard
on master; this is a backport, but the modulo operator does not exist
in older releases.

Michael Paquier
2016-02-03 09:15:29 -05:00
..