Clean up handling of inherited-table update queries, per bug report

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

Commit: 47aa95e951c8291239f15e400d767ea32b5be9b3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-10-02T22:39:49Z
Releases: 8.0.0
Clean up handling of inherited-table update queries, per bug report
from Sebastian Böck.  The fix involves being more consistent about
when rangetable entries are copied or modified.  Someday we really
need to fix this stuff to not scribble on its input data structures
in the first place...

Files