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:07:29 +0900 |
commit | 8767a86fa2b1d24537cca318a26fc68d7e457911 (patch) | |
tree | 203bb646b0f5054ad35cffb29ab342ed6cf598fc /contrib/postgres_fdw/postgres_fdw.h | |
parent | e06cc024bd3372cb4280246e114d7508e3e2c20a (diff) | |
download | postgresql-8767a86fa2b1d24537cca318a26fc68d7e457911.tar.gz postgresql-8767a86fa2b1d24537cca318a26fc68d7e457911.zip |
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 'contrib/postgres_fdw/postgres_fdw.h')
0 files changed, 0 insertions, 0 deletions