Instead of supposing (wrongly, in the general case) that the rowtype

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 12b1b5d837b5ce1c07ee3535e74e4cc3039063d6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-12-11T23:26:51Z
Releases: 8.0.0
Instead of supposing (wrongly, in the general case) that the rowtype
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.

Files