Skip to content
Snippets Groups Projects
Commit 12b1b5d8 authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent fd536dd2
No related branches found
No related tags found
Loading
Showing with 356 additions and 71 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment