forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd891e0f
Fix some shadow variables in src/backend/replication/
The code is able to compile already without warnings under-Wshadow=compatible-local, which is itself already enabled in the tree,and the ones fixed here showed up with the more restrictive -Wshadow.There are more of these that we may want to look at, and the ones fixedhere made the code confusing.Author: Peter SmithDiscussion:https://postgr.es/m/CAHut+PuR0y4ofNOxi691VTVWmBfScHV9AaBMGSpeh8+DKp81Nw@mail.gmail.com1 parenta489112 commitd891e0f
File tree
3 files changed
+9
-9
lines changed- src/backend/replication
- logical
3 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4840 | 4840 | | |
4841 | 4841 | | |
4842 | 4842 | | |
4843 | | - | |
| 4843 | + | |
4844 | 4844 | | |
4845 | 4845 | | |
4846 | 4846 | | |
4847 | 4847 | | |
4848 | 4848 | | |
4849 | 4849 | | |
4850 | | - | |
| 4850 | + | |
4851 | 4851 | | |
4852 | | - | |
| 4852 | + | |
4853 | 4853 | | |
4854 | 4854 | | |
4855 | 4855 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3540 | 3540 | | |
3541 | 3541 | | |
3542 | 3542 | | |
3543 | | - | |
| 3543 | + | |
3544 | 3544 | | |
3545 | 3545 | | |
3546 | 3546 | | |
| |||
3564 | 3564 | | |
3565 | 3565 | | |
3566 | 3566 | | |
3567 | | - | |
| 3567 | + | |
3568 | 3568 | | |
3569 | 3569 | | |
3570 | 3570 | | |
| |||
3607 | 3607 | | |
3608 | 3608 | | |
3609 | 3609 | | |
3610 | | - | |
| 3610 | + | |
3611 | 3611 | | |
3612 | | - | |
| 3612 | + | |
3613 | 3613 | | |
3614 | 3614 | | |
3615 | 3615 | | |
| |||
0 commit comments
Comments
(0)