Alvaro Herrera <alvhe...@alvh.no-ip.org> writes:
> Add copy/equal support for XID lists

What about outfuncs/readfuncs?  I see that you fixed _outList,
but not its caller outNode:

        else if (IsA(obj, List) || IsA(obj, IntList) || IsA(obj, OidList))
                _outList(str, obj);

and the LEFT_PAREN case in nodeRead() doesn't know what to do either.

                        regards, tom lane


Reply via email to