Reduce warnings with -Wshadow=compatible-local builds

David Rowley <drowley@postgresql.org>

Commit: 92fce4e1eda9b24d73f583fbe9b58f4e03f097a4
Author: David Rowley <drowley@postgresql.org>
Date: 2022-08-20T03:16:51Z
Releases: 16.0
Reduce warnings with -Wshadow=compatible-local builds

In a similar effort to f01592f91, here we further reduce the warnings we
get about local variables being shadowed when building with
-Wshadow=compatible-local.  This small change reduces the overall number
of warnings by 36.

Discussion: https://postgr.es/m/CAApHDvqBBqF=wmV5azrO7h3VwpwQo+JFBQ+g=E6wVUhKcqR8gA@mail.gmail.com

Files

PathChange+/−
src/test/regress/regress.c modified +8 −8

Discussion