Re: TRUE and true

From: Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>
To: peter(dot)eisentraut(at)2ndquadrant(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: TRUE and true
Date: 2017-06-23 02:02:35
Message-ID: 20170623.110235.220408355.horiguchi.kyotaro@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Thu, 22 Jun 2017 09:13:56 -0400, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote in <08678a07-3967-8567-59e5-b9bcced7f457(at)2ndquadrant(dot)com>
> On 6/22/17 07:09, Kyotaro HORIGUCHI wrote:
> > What makes us have both TRUE/true or FALSE/false as constants of
> > bool?
>
> Historical reasons, probably. I plan to submit a patch to phase out or
> remove TRUE/FALSE as part of a migration toward stdbool.h. So I suggest
> you use lower case and don't worry about the other ones for now.

Oh. I'm happy to hear that. Thanks for the information.

regards,

--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-06-23 02:10:54 Can ICU be used for a database's default sort order?
Previous Message Kyotaro HORIGUCHI 2017-06-23 02:00:42 Re: TRUE and true