]> git.ipfire.org Git - thirdparty/postgresql.git/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:21:54 +0000 (21:21 +0200)
commit99493bcbe79dcc0c6efb59af25aca86baf649ab2
treedfedd6658fd81020dab9a16664bf3e49da5501ad
parent5ce3b55520538ff9efeef4f36536e3c893413a30
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