[HACKERS] TRUE and true - Mailing list pgsql-hackers

From Kyotaro HORIGUCHI
Subject [HACKERS] TRUE and true
Date
Msg-id 20170622.200938.66418818.horiguchi.kyotaro@lab.ntt.co.jp
Whole thread Raw
Responses Re: [HACKERS] TRUE and true  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Re: [HACKERS] TRUE and true  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List 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




pgsql-hackers by date:

Previous
From: Mahendranath Gurram
Date:
Subject: Re: [HACKERS] Regarding Postgres Dynamic Shared Memory (DSA)
Next
From: "Daniel Verite"
Date:
Subject: Re: [HACKERS] PATCH: Batch/pipelining support for libpq