Avoid masking a function parameter name with a local variable name.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/path/joinpath.c | modified | +8 −8 |