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

From David Rowley
Subject pgsql: Fix final compiler warning produced by -Wshadow=compatible-local
Date
Msg-id E1ogBoX-00144T-Ar@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Add optional parameter to PG_TRY() macros
Next
From: Michael Paquier
Date:
Subject: pgsql: Refactor TAP test authentication/001_password.pl