aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/sql/postgres_fdw.sql
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
commitf64554b99a00ed0fe4097811dfa94265581c27ae (patch)
treea0f4eab2f47a77d8e4c6e17cbc9e113f1953e51a /contrib/postgres_fdw/sql/postgres_fdw.sql
parent6e5de703b6c791d355936a61abb52b3b1fc6e184 (diff)
downloadpostgresql-f64554b99a00ed0fe4097811dfa94265581c27ae.tar.gz
postgresql-f64554b99a00ed0fe4097811dfa94265581c27ae.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 'contrib/postgres_fdw/sql/postgres_fdw.sql')
0 files changed, 0 insertions, 0 deletions