TRUE and true

From: Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: TRUE and true
Date: 2017-06-22 11:09:38
Message-ID: 20170622.200938.66418818.horiguchi.kyotaro@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello, I have a maybe-silly question.

What makes us have both TRUE/true or FALSE/false as constants of
bool?

The following definitions in c.h didn't mess anything up.

#define TRUE true
#define FALSE false

# NIL seems causing similar mess.

regards,

--
Kyotaro Horiguchi
NTT Open Source Software Center

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Verite 2017-06-22 11:23:11 Re: PATCH: Batch/pipelining support for libpq
Previous Message Mahendranath Gurram 2017-06-22 10:59:03 Re: Regarding Postgres Dynamic Shared Memory (DSA)