Re: Patch: iff -> if

From: Thom Brown <thom(at)linux(dot)com>
To: "Andreas 'ads' Scherbaum" <adsmail(at)wars-nicht(dot)de>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Patch: iff -> if
Date: 2014-04-15 22:26:22
Message-ID: CAA-aLv4cVTT4L54uBUaRB6tONCxtbwc7TFwP3smxEBaticaM5g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 15 April 2014 23:19, Andreas 'ads' Scherbaum <adsmail(at)wars-nicht(dot)de> wrote:
>
> Hi,
>
> stumbled over a number of "iff" in the source where "if" is meant - not sure
> what the real story behind this is, but attached is a patch to fix the about
> 80 occurrences.
>
> This only appears in comments, not in any code path.

Yeah, apparently those are intentional, and mean "if and only if" (i.e. <=>)

--
Thom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2014-04-15 22:26:50 Re: Need Multixact Freezing Docs
Previous Message Andreas 'ads' Scherbaum 2014-04-15 22:19:08 Patch: iff -> if