aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/arrayfuncs.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-01-04 18:00:11 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2017-01-04 18:00:11 -0500
commit50c8196f946d55f7f4b998491e48f592f711c4fe (patch)
tree7f3af9c8de6085da9a3135f25aa13d4f03e94967 /src/backend/utils/adt/arrayfuncs.c
parent1ed8335ce04598e63944f063c4dc6a8ab08e47bc (diff)
downloadpostgresql-50c8196f946d55f7f4b998491e48f592f711c4fe.tar.gz
postgresql-50c8196f946d55f7f4b998491e48f592f711c4fe.zip
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/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions