postgresql/src/bin/pgbench
Peter Eisentraut 72bdf0f9e4 Fix compiler warning
With some newer gcc versions (8 and 9) you get a -Wformat-overflow
warning here.  In PG11 and later this was already fixed.  Since it's
trivial, backport it to get the older branches building without
warnings.
2019-08-12 21:24:07 +02:00
..
t Call xlc __isync() after, not before, associated compare-and-swap. 2016-02-19 22:48:04 -05:00
.gitignore Call xlc __isync() after, not before, associated compare-and-swap. 2016-02-19 22:48:04 -05:00
exprparse.y Move pgbench from contrib/ to src/bin/ 2015-04-13 13:07:16 -04:00
exprscan.l Move pgbench from contrib/ to src/bin/ 2015-04-13 13:07:16 -04:00
Makefile Prevent accidental linking of system-supplied copies of libpq.so etc. 2018-07-09 17:23:31 -04:00
pgbench.c Fix compiler warning 2019-08-12 21:24:07 +02:00
pgbench.h pgindent run for 9.5 2015-05-23 21:35:49 -04:00