Re: Typo in nbtsort.c - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Typo in nbtsort.c
Date
Msg-id 29218.1317492761@sss.pgh.pa.us
Whole thread Raw
In response to Typo in nbtsort.c  (Peter Geoghegan <peter@2ndquadrant.com>)
List pgsql-bugs
Peter Geoghegan <peter@2ndquadrant.com> writes:
> I noticed this typo in a comment in the file nbtsort.c:
> /*
>  * We need to log index creation in WAL iff WAL archiving/streaming is
>  * enabled UNLESS the index isn't WAL-logged anyway.
>  */

> I suggest an s/iff/if/

This is not a typo, it's the standard contraction for "if and only if".

            regards, tom lane

pgsql-bugs by date:

Previous
From: Peter Geoghegan
Date:
Subject: Typo in nbtsort.c
Next
From: Evan Martin
Date:
Subject: Re: BUG #6235: Delete fails with ON DELETE rule on inherited table