• Tom Lane's avatar
    Instead of supposing (wrongly, in the general case) that the rowtype · 12b1b5d8
    Tom Lane authored
    of an inheritance child table is binary-compatible with the rowtype of
    its parent, invent an expression node type that does the conversion
    correctly.  Fixes the new bug exhibited by Kris Shannon as well as a
    lot of old bugs that would only show up when using multiple inheritance
    or after altering the parent table.
    12b1b5d8
copyfuncs.c 58.4 KB