pgsql: Fix final compiler warning produced by -Wshadow=compatible-local

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix final compiler warning produced by -Wshadow=compatible-local
Date: 2022-10-05 21:20:26
Message-ID: E1ogBoX-00144T-Ar@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d8df67bb1ad9cb80963f3592be281656857a5efc

Modified Files
--------------
src/bin/pgbench/pgbench.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-10-06 00:50:28 pgsql: Refactor TAP test authentication/001_password.pl
Previous Message David Rowley 2022-10-05 21:09:46 pgsql: Add optional parameter to PG_TRY() macros