Re: bool: symbol name collision

Поиск
Список
Период
Сортировка
От bryanh@giraffe-data.com (Bryan Henderson)
Тема Re: bool: symbol name collision
Дата
Msg-id 93711.bryanh@giraffe-data.com
обсуждение исходный текст
Ответ на Re: bool: symbol name collision  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: bool: symbol name collision  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
>Yeah, that may well be.  I don't think we should have a policy of
>folding our arms and shouting "no" whenever someone asks us to clean
>up our namespace, but on the flip side one request (or even two) is
>probably not enough reason to do anything drastic, and this would be
>fairly drastic.

How about something less drastic?  Could you at least eliminate "bool" from
interface structures that are intended to be compiled in multiple
environments?  ("char" works fine, as does "pgbool").  Could you make c.h skip
the bool definition if it finds HAVE_BOOL defined?  Then you could put in the
user guide where it talks about what header files and macros a server
extension needs if your program defines bool independently, define
HAVE_BOOL and if you want Postgres to define it, don't.

--
Bryan Henderson                                   San Jose, California

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5459: Unable to cancel query while in send()
Следующее
От: Andres Freund
Дата:
Сообщение: Re: BUG #5459: Unable to cancel query while in send()