diff options
author | Andres Freund <andres@anarazel.de> | 2015-09-28 19:12:48 +0200 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-09-28 19:29:44 +0200 |
commit | 617db3a2d8ad6abc0d7be623f43edc943a6640a8 (patch) | |
tree | f29d76a9394a393717290128a4cdac110cd90a5b /src/backend/executor/tqueue.c | |
parent | f40792a93ccdc4d01c448121da67693fc2f6297a (diff) | |
download | postgresql-617db3a2d8ad6abc0d7be623f43edc943a6640a8.tar.gz postgresql-617db3a2d8ad6abc0d7be623f43edc943a6640a8.zip |
Fix ON CONFLICT DO UPDATE for tables with oids.
When taking the UPDATE path in an INSERT .. ON CONFLICT .. UPDATE tables
with oids were not supported. The tuple generated by the update target
list was projected without space for an oid - a simple oversight.
Reported-By: Peter Geoghegan
Author: Andres Freund
Backpatch: 9.5, where ON CONFLICT was introduced
Diffstat (limited to 'src/backend/executor/tqueue.c')
0 files changed, 0 insertions, 0 deletions