Avoid masking a function parameter name with a local variable name.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6fa391be4e83139cd134d5ccfc1499809bb8c98c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-11-23T21:26:40Z
Releases: 10.0
Avoid masking a function parameter name with a local variable name.

No actual bug here, but it might confuse readers, so change the name
of the local variable.

Ashutosh Bapat

Files

PathChange+/−
src/backend/optimizer/path/joinpath.c modified +8 −8