Fix erroneous -Werror=missing-braces on old GCC
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 10 Aug 2023 14:55:07 +0000 (16:55 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 10 Aug 2023 14:55:07 +0000 (16:55 +0200)
commit5e0c761d0a13c7b4f7c5de618ac38560d74d74d0
treee5a3cbfc15401eea22bce174db3356834bed4f77
parentf25b18500a8405e6b800fb81b1dea2b875867143
Fix erroneous -Werror=missing-braces on old GCC

The buildfarm reports that this is an error on gcc (Debian 4.7.2-5)
4.7.2, 32-bit. The bug seems to be GCC bug 53119, which has obviously
been fixed for years.

Author: Tristan Partin <tristan@neon.tech>
Discussion: https://www.postgresql.org/message-id/flat/CT6HJ3U8068R.3A8SJMV02D9BC@gonk
src/bin/pgbench/pgbench.c