Typo in nbtsort.c

From: Peter Geoghegan <peter(at)2ndquadrant(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Typo in nbtsort.c
Date: 2011-10-01 17:40:38
Message-ID: CAEYLb_UTpvFcTa-NSE4nKDpTupXV_mi=NqQa0GoXGt3-r5wy4Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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/

--
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2011-10-01 18:12:41 Re: Typo in nbtsort.c
Previous Message Evan Martin 2011-10-01 07:31:04 Re: BUG #6235: Delete fails with ON DELETE rule on inherited table