postgresql/src
David Rowley f959bf9a5b Further -Wshadow=compatible-local warning fixes
These should have been included in 421892a19 as these shadowed variable
warnings can also be fixed by adjusting the scope of the shadowed variable
to put the declaration for it in an inner scope.

This is part of the same effort as f01592f91.

By my count, this takes the warning count from 114 down to 106.

Author: David Rowley and Justin Pryzby
Discussion: https://postgr.es/m/CAApHDvrwLGBP%2BYw9vriayyf%3DXR4uPWP5jr6cQhP9au_kaDUhbA%40mail.gmail.com
2022-08-24 22:04:28 +12:00
..
backend Further -Wshadow=compatible-local warning fixes 2022-08-24 22:04:28 +12:00
bin Further reduce warnings with -Wshadow=compatible-local 2022-08-24 12:27:12 +12:00
common Don't bother to set sockaddr_un.sun_len. 2022-08-24 00:09:37 +12:00
fe_utils Remove configure probe for sys/select.h. 2022-08-14 00:09:47 +12:00
include Allow parallel workers to retrieve some data from Port 2022-08-24 12:57:13 +09:00
interfaces Further reduce warnings with -Wshadow=compatible-local 2022-08-24 12:27:12 +12:00
makefiles solaris: Remove unnecessary gcc / gnu ld vs sun studio differences 2022-08-07 09:36:01 -07:00
pl Add PGDLLEXPORTS to some plpgsql function declarations 2022-07-20 10:24:50 +02:00
port Remove replacement code for getaddrinfo. 2022-08-14 09:53:28 +12:00
template aix: Remove checks for very old OS versions 2022-08-07 09:36:01 -07:00
test Make role grant system more consistent with other privileges. 2022-08-22 11:35:17 -04:00
timezone Remove fallbacks for strtoll, strtoull. 2022-08-06 09:59:51 +12:00
tools Allow parallel workers to retrieve some data from Port 2022-08-24 12:57:13 +09:00
tutorial Update copyright for 2022 2022-01-07 19:04:57 -05:00
.gitignore
DEVELOPERS
Makefile Remove the option to build thread_test.c outside configure. 2020-10-21 12:08:48 -04:00
Makefile.global.in Remove unused configure variable. 2022-08-18 11:22:13 -04:00
Makefile.shlib Change shared library installation naming on macOS 2022-08-24 08:23:49 +02:00
nls-global.mk Fix for make unportability 2022-07-13 09:15:01 +02:00