From: | David Fetter <david(at)fetter(dot)org> |
---|---|
To: | Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz> |
Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, Sawada Masahiko <sawada(dot)mshk(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Fix comment typo in /src/backend/command/cluster.c |
Date: | 2014-01-28 05:29:08 |
Message-ID: | 20140128052908.GA29525@fetter.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Jan 28, 2014 at 04:48:35PM +1300, Gavin Flower wrote:
> On 28/01/14 16:33, Andrew Dunstan wrote:
> >On 01/27/2014 10:24 PM, Sawada Masahiko wrote:
> >>Hi all,
> >>
> >>Attached patch fixes the typo which is in
> >>"src/backend/command/cluster.c".
> >
> >Are you sure that's a typo? "iff" is usually short hand for "if
> >and only if".
> >
> >cheers
> >
> >andrew
> >
> >
> Certainly, that is how I would interpret it.
>
> I came across that abbreviation in a first years Maths course
> "Principles of Mathematics" in 1968 at the University of Auckland..
By my rough count (ack -l '\biff\b' |wc -l), it's used to mean
equivalence 81 times in the source tree. Should we have a glossary of
such terms?
Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics
Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Langote | 2014-01-28 05:30:56 | Re: Retain dynamic shared memory segments for postmaster lifetime |
Previous Message | Amit Kapila | 2014-01-28 05:11:59 | Re: pg_basebackup and pg_stat_tmp directory |