Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)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