diff options
author | Fujii Masao <fujii@postgresql.org> | 2021-09-16 13:07:29 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2021-09-16 13:08:00 +0900 |
commit | 24c57aa62937d2dc8b5e91c1ec95e0f8966fb0c4 (patch) | |
tree | 8f041530d51bcc399009d12cc0f71b7fb3cda5e8 /src/tutorial/funcs_new.c | |
parent | 43849b65f3338acad50d9bdf607d2d573f8079c6 (diff) |
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 fixes
this variable shadowing, to improve code readability.
Back-patch to all supported versions, to make future back-patching
easy though this patch is classified as refactoring only.
Reported-by: Ranier Vilela
Author: Ranier Vilela, Aleksander Alekseev
https://postgr.es/m/CAEudQAqyoTZC670xWi6w-Oe2_Bk1bfu2JzXz6xRfiOUzm7xbyQ@mail.gmail.com
Diffstat (limited to 'src/tutorial/funcs_new.c')
0 files changed, 0 insertions, 0 deletions