Re: TODO question - Mailing list pgsql-hackers

From Tom Lane
Subject Re: TODO question
Date
Msg-id 4059.1015687591@sss.pgh.pa.us
Whole thread Raw
In response to Re: TODO question  ("Pavlo Baron" <pb@pbit.org>)
List 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 by date:

Previous
From: "Pavlo Baron"
Date:
Subject: Re: TODO question
Next
From: Thomas Lockhart
Date:
Subject: Re: [PATCHES] Small fix for _equalValue()