]> 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:27:16 +0000 (21:27 +0200)
commitf02bd634a68c732b4a6eb7cae572d35835a50518
treeceaeace01c2d61366628d8629f0cc71d6482c146
parentb7c1c33d901cce6ab15a51a88e49cfb7586ca880
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.
contrib/pgbench/pgbench.c