pgsql: Fix new-to-v19 -Wshadow warnings - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Fix new-to-v19 -Wshadow warnings
Date
Msg-id E1wFm0b-002GKH-0e@gemulon.postgresql.org
Whole thread
List pgsql-committers
Fix new-to-v19 -Wshadow warnings

There's some talk about upgrading our current -Wshadow=compatible-local
up to -Wshadow.  There's some pending questions as to whether the churn
and extra backpatching pain are worthwhile for doing all of them.  We
can't use the latter argument for ones that are new to v19, providing we
fix them now.  So let's fix those ones so that the problem is not any
worse for if we decide to fix the remainder for v20.

Author: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: Peter Smith <smithpb2250@gmail.com>
Reviewed-by: Yuchen Li <liyuchen_xyz@163.com>
Discussion: https://postgr.es/m/CAApHDvp=rx5GxM=yW8QhFF3noXtYt7LkOxJ7zkaPOzpti4Gm8w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4f0cbc6fb5df6dec84482d0bf0ff2d2d4be58132

Modified Files
--------------
src/backend/commands/tablecmds.c            | 28 ++++++++++++++--------------
src/backend/commands/wait.c                 | 12 ++++++------
src/backend/postmaster/datachecksum_state.c |  8 ++++----
src/bin/pg_dump/pg_dumpall.c                | 26 ++++++++++++--------------
src/bin/psql/describe.c                     | 12 ++++++------
5 files changed, 42 insertions(+), 44 deletions(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: pgsql: Perform provider-specific initialization in new functions.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Avoid casting void * function arguments