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 <[email protected]> Reviewed-by: Peter Smith <[email protected]> Reviewed-by: Yuchen Li <[email protected]> Discussion: https://postgr.es/m/CAApHDvp=rx5GxM=yw8qhff3noxtyt7lkoxj7zkapozpti4g...@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(-)
