Re: Debug in dest.h

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Debug in dest.h
Дата
Msg-id 26822.1130868879@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Debug in dest.h  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> The "Debug" destreceiver has a pretty bad name.  In fact for PL/php it
> collides with a PHP symbol.  Does anyone mind if I rename it to, say,
> DestDebug?

If you do that, you should rename all the values of the enum
(DestNone, etc).  For consistency, and because the same charge
could be leveled at None and Remote.
        regards, tom lane


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: FreeBSD broke with autoconf-based build
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Ideas for easier debugging of backend problems