postgresql/src/backend/storage
Fujii Masao 8d28ec21f0 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
2021-09-16 13:08:06 +09:00
..
buffer Check for relation length overrun soon enough. 2021-09-09 11:45:48 -04:00
file Don't Insert() a VFD entry until it's fully built. 2020-11-16 20:32:35 -05:00
freespace Avoid using potentially-under-aligned page buffers. 2018-09-01 15:27:13 -04:00
ipc Fix variable shadowing in procarray.c. 2021-09-16 13:08:06 +09:00
large_object Update copyright for 2018 2018-01-02 23:30:12 -05:00
lmgr Fix check for conflicting session- vs transaction-level locks. 2021-07-24 18:35:52 -04:00
page Extend PageIsVerified() to handle more custom options 2020-11-02 10:41:34 +09:00
smgr Check for relation length overrun soon enough. 2021-09-09 11:45:48 -04:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00