]> granicus.if.org Git - postgresql/commit
Avoid masking a function parameter name with a local variable name.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 23 Nov 2016 21:26:40 +0000 (16:26 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 23 Nov 2016 21:26:40 +0000 (16:26 -0500)
commit6fa391be4e83139cd134d5ccfc1499809bb8c98c
tree39eb6df2b09b4c0fbfab88830e32822d5779c589
parentbd673e8e864a1987eca8d40c593e857ab8d0a5ba
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
src/backend/optimizer/path/joinpath.c