forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdc89914
committed
Fix variable shadowing in procarray.c.
ProcArrayGroupClearXid function has a parameter named "proc",but the same name was used for its local variables. This commit fixesthis variable shadowing, to improve code readability.Back-patch to all supported versions, to make future back-patchingeasy though this patch is classified as refactoring only.Reported-by: Ranier VilelaAuthor: Ranier Vilela, Aleksander Alekseevhttps://postgr.es/m/CAEudQAqyoTZC670xWi6w-Oe2_Bk1bfu2JzXz6xRfiOUzm7xbyQ@mail.gmail.com1 parent64a62eb commitdc89914
1 file changed
+9
-9
lines changedLines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
840 | 840 |
| |
841 | 841 |
| |
842 | 842 |
| |
843 |
| - | |
| 843 | + | |
844 | 844 |
| |
845 |
| - | |
| 845 | + | |
846 | 846 |
| |
847 | 847 |
| |
848 |
| - | |
| 848 | + | |
849 | 849 |
| |
850 | 850 |
| |
851 | 851 |
| |
| |||
860 | 860 |
| |
861 | 861 |
| |
862 | 862 |
| |
863 |
| - | |
| 863 | + | |
864 | 864 |
| |
865 |
| - | |
866 |
| - | |
| 865 | + | |
| 866 | + | |
867 | 867 |
| |
868 | 868 |
| |
869 | 869 |
| |
870 | 870 |
| |
871 |
| - | |
| 871 | + | |
872 | 872 |
| |
873 |
| - | |
874 |
| - | |
| 873 | + | |
| 874 | + | |
875 | 875 |
| |
876 | 876 |
| |
877 | 877 |
| |
|
0 commit comments
Comments
(0)