Re: Fix comment typo in /src/backend/command/cluster.c

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>, 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:51:22
Message-ID: CAB7nPqQCwB08V6bYwUdXifT9OLYJW0HBZMEUdFng05gXnar6iQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 28, 2014 at 2:29 PM, David Fetter <david(at)fetter(dot)org> wrote:
> 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?
And what about directly replacing those expressions in the comments of
the code with some more understandable language? This would be more
suited for non-native English speakers than maintaining a glossary
that you can surely find here and there after some googling.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2014-01-28 06:11:13 Re: Infinite recursion in row-security based on updatable s.b. views
Previous Message Alexander Korotkov 2014-01-28 05:51:12 Re: PoC: Partial sort