pgsql: Fix variable shadowing in procarray.c. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix variable shadowing in procarray.c.
Date
Msg-id E1mQijM-0000EW-Jy@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/24c57aa62937d2dc8b5e91c1ec95e0f8966fb0c4

Modified Files
--------------
src/backend/storage/ipc/procarray.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Fix variable shadowing in procarray.c.
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix variable shadowing in procarray.c.