pgsql: Avoid masking a function parameter name with a local variable na

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid masking a function parameter name with a local variable na
Date: 2016-11-23 21:26:47
Message-ID: E1c9f43-0003ho-Fz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6fa391be4e83139cd134d5ccfc1499809bb8c98c

Modified Files
--------------
src/backend/optimizer/path/joinpath.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-11-24 18:42:30 pgsql: Fix commit_ts for FrozenXid and BootstrapXid
Previous Message Tom Lane 2016-11-23 18:46:18 pgsql: Make sure ALTER TABLE preserves index tablespaces.