summaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-01-04 18:00:12 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2017-01-04 18:00:12 -0500
commit5f89a9885e118ab22689f9641237f7941d9ba8fd (patch)
tree166eacccc2679aabc3cac8435618a0b6a353450d /src/backend/executor
parente7c586e7b222b80c42de473468ce5e7e14bbca60 (diff)
Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.
Inheritance operations must treat the OID column, if any, much like regular user columns. But MergeAttributesIntoExisting() neglected to do that, leading to weird results after a table with OIDs is associated to a parent with OIDs via ALTER TABLE ... INHERIT. Report and patch by Amit Langote, reviewed by Ashutosh Bapat, some adjustments by me. It's been broken all along, so back-patch to all supported branches. Discussion: https://postgr.es/m/cb13cfe7-a48c-5720-c383-bb843ab28298@lab.ntt.co.jp
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions