postgresql/src
Fujii Masao dc899146db 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:06:21 +09:00
..
backend Fix variable shadowing in procarray.c. 2021-09-16 13:06:21 +09:00
bin Support "postgres -C" with runtime-computed GUCs 2021-09-16 10:59:26 +09:00
common Extend collection of Unicode combining characters to beyond the BMP 2021-08-26 13:07:34 -04:00
fe_utils Skip trailing whitespaces when parsing integer options 2021-07-27 10:39:05 +09:00
include Support "postgres -C" with runtime-computed GUCs 2021-09-16 10:59:26 +09:00
interfaces Clear conn->errorMessage at successful completion of PQconnectdb(). 2021-09-13 16:53:11 -04:00
makefiles
pl Fix EXIT out of outermost block in plpgsql. 2021-09-13 12:42:03 -04:00
port windows: Only consider us to be running as service if stderr is invalid. 2021-09-07 11:56:13 -07:00
template
test Fix planner error with multiple copies of an AlternativeSubPlan. 2021-09-14 15:11:21 -04:00
timezone
tools Add PublicationTable and PublicationRelInfo structs 2021-09-06 14:24:50 -03:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Update Unicode data to Unicode 14.0.0 2021-09-15 08:16:44 +02:00
Makefile.shlib AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS. 2021-09-06 11:27:59 -07:00
nls-global.mk