[HACKERS] TRUE and true

Поиск
Список
Период
Сортировка
От Kyotaro HORIGUCHI
Тема [HACKERS] TRUE and true
Дата
Msg-id 20170622.200938.66418818.horiguchi.kyotaro@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: [HACKERS] TRUE and true  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Re: [HACKERS] TRUE and true  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Mahendranath Gurram
Дата:
Сообщение: Re: [HACKERS] Regarding Postgres Dynamic Shared Memory (DSA)
Следующее
От: "Daniel Verite"
Дата:
Сообщение: Re: [HACKERS] PATCH: Batch/pipelining support for libpq