Fix final compiler warning produced by -Wshadow=compatible-local
authorDavid Rowley <drowley@postgresql.org>
Wed, 5 Oct 2022 21:19:36 +0000 (10:19 +1300)
committerDavid Rowley <drowley@postgresql.org>
Wed, 5 Oct 2022 21:19:36 +0000 (10:19 +1300)
commitd8df67bb1ad9cb80963f3592be281656857a5efc
tree20f00201ffb25a6e65a8930ad6ed868a30112ed7
parent112f0225dbfe8af217294bfa0bd227f3302a1658
Fix final compiler warning produced by -Wshadow=compatible-local

We're now able to compile the entire tree with -Wshadow=compatible-local
without any compiler warnings.

Author: David Rowley
Discussion: https://postgr.es/m/CAApHDvqWGMdB_pATeUqE=JCtNqNxObPOJ00jFEa2_sZ20j_Wvg@mail.gmail.com
src/bin/pgbench/pgbench.c