postgresql/src/backend/rewrite
David Rowley 3e0fff2e68 More -Wshadow=compatible-local warning fixes
In a similar effort to f01592f91, here we're targetting fixing the
warnings where we've deemed the shadowing variable to serve a close enough
purpose to the shadowed variable just to reuse the shadowed version and
not declare the shadowing variable at all.

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

Author: Justin Pryzby
Discussion: https://postgr.es/m/20220825020839.GT2342@telsasoft.com
2022-08-26 02:35:40 +12:00
..
Makefile SEARCH and CYCLE clauses 2021-02-01 14:32:51 +01:00
rewriteDefine.c Avoid using list_length() to test for empty list. 2022-08-17 11:12:35 -04:00
rewriteHandler.c Add support for MERGE SQL command 2022-03-28 16:47:48 +02:00
rewriteManip.c Don't bother to attach column name lists to RowExprs of named types. 2022-03-17 18:25:44 -04:00
rewriteRemove.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
rewriteSearchCycle.c Fix incautious CTE matching in rewriteSearchAndCycle(). 2022-04-23 12:16:12 -04:00
rewriteSupport.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
rowsecurity.c More -Wshadow=compatible-local warning fixes 2022-08-26 02:35:40 +12:00