]> granicus.if.org Git - postgresql/commit
Fix compiler warning
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 12 Aug 2019 19:20:14 +0000 (21:20 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 12 Aug 2019 19:24:07 +0000 (21:24 +0200)
commit72bdf0f9e4418f49c76743b860fcc471539bc770
tree0fcadbd6e53585951274b0a961adf9f5b773ea9f
parentbae875d694d61b1627eaa6aafbcb2d5460f2dc9d
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.
src/bin/pgbench/pgbench.c