Re: TODO question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: TODO question
Дата
Msg-id 4059.1015687591@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: TODO question  ("Pavlo Baron" <pb@pbit.org>)
Список pgsql-hackers
"Pavlo Baron" <pb@pbit.org> writes:
>> Another problem: no copy/equal/outfuncs support for the added node type.

> Is it also interesting in the case of the DEFAULT-pair being droped?

Yes, mainly on general principles: for example, debug dumps of raw parse
trees will fail if there's not outfuncs support for your node type.

We've been lax on this in the past but I think it's important to try to
keep those support routines complete.

> Sorry, but I don't think I should provide this patch.

Sorry to hear that.  It needs to be done, and you are not that far away
from having it done.
        regards, tom lane


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

Предыдущее
От: "Pavlo Baron"
Дата:
Сообщение: Re: TODO question
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [PATCHES] Small fix for _equalValue()