Replace unportable and overflow-prone use of 'long long' with safer
Tom Lane <tgl@sss.pgh.pa.us>
Replace unportable and overflow-prone use of 'long long' with safer 'double' arithmetic, per recent discussion.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_autovacuum/pg_autovacuum.c | modified | +4 −4 |
| contrib/pgbench/pgbench.c | modified | +5 −5 |