pgsql: Invert and rename flag variable to improve code readability.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Invert and rename flag variable to improve code readability.
Date: 2010-12-31 17:00:07
Message-ID: E1PYiKl-0001Eq-Qz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Invert and rename flag variable to improve code readability.

No change in functionality. Per discussion with Robert.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=39c8dd66204ebfea9c1c6a7a9ca38b7419dbe8a1

Modified Files
--------------
src/backend/optimizer/path/joinpath.c | 47 +++++++++++++++++----------------
1 files changed, 24 insertions(+), 23 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-12-31 17:00:32 Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins.
Previous Message Robert Haas 2010-12-31 05:09:56 Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins.