Typo in nbtsort.c
Started by Peter Geogheganover 14 years ago2 messagesbugs
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
Re: Typo in nbtsort.c
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